#CFAE48

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

Shades of Sundance #CFAE48

Tints of Sundance #CFAE48

Color information

#CFAE48 (or 0xCFAE48) is unknown color: approx Sundance. HEX triplet: CF, AE and 48. RGB value is (207,174,72). Sum of RGB (Red+Green+Blue) = 207+174+72=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE48 is #3051B7. Grayscale: #ACACAC. Windows color (decimal): -3166648 or 4763343. OLE color: 4763343.

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

Color convert

RGB20717472-
CMYK00.160.650.19
HSL45.33º58.44%54.71%-
HSV(B)45.33º65.22%81.18%-
XYZ42.0444.0112.41-
YUV172.2471.43152.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 72 (28.52% from 255) = 15.89%
R=45.70%
G=38.41%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071747200.160.650.1945.3358.4454.71
HexCFAE4801041132d3a37
Octal31725611002010123557267
Binary11001111101011101001000010000100000110011101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE48; }

 p { color: rgb(207,174,72); }

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

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

 a { background-color: rgb(207,174,72); }

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

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

 span { border-color: rgb(207,174,72); }

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