#CFA74A

Color #CFA74A Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CFA74A

Tints of Sundance #CFA74A

Color information

#CFA74A (or 0xCFA74A) is unknown color: approx Sundance. HEX triplet: CF, A7 and 4A. RGB value is (207,167,74). Sum of RGB (Red+Green+Blue) = 207+167+74=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA74A is #3058B5. Grayscale: #A8A8A8. Windows color (decimal): -3168438 or 4892623. OLE color: 4892623.

HSL color Cylindrical-coordinate representation of color #CFA74A: hue angle of 41.95º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFA74A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20716774-
CMYK00.190.640.19
HSL41.95º58.08%55.1%-
HSV(B)41.95º64.25%81.18%-
XYZ40.7941.412.32-
YUV168.3674.75155.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 74 (29.30% from 255) = 16.52%
R=46.21%
G=37.28%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071677400.190.640.1941.9558.0855.1
HexCFA74A01340132a3a37
Octal31724711202310023527267
Binary11001111101001111001010010011100000010011101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA74A; }

 p { color: rgb(207,167,74); }

 H1.HeaderClassName
 {
   color: #CFA74A;
 }
 .AnyTagClassName
 {
   color: #CFA74A;
 }
</style>
background-color css

<style>
 a { background-color: #CFA74A; }

 a { background-color: rgb(207,167,74); }

 div.DivClassName
 {
   background-color: #CFA74A;
 }
 .BgClassName
 {
   background-color: #CFA74A;
 }
</style>
border-color css

<style>
 span { border-color: #CFA74A; }

 span { border-color: rgb(207,167,74); }

 td.TdClassName
 {
   border-color: #CFA74A;
 }
 .TagClassName
 {
   border-color: #CFA74A;
 }
</style>