#CFB74D

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

Shades of Sundance #CFB74D

Tints of Sundance #CFB74D

Color information

#CFB74D (or 0xCFB74D) is unknown color: approx Sundance. HEX triplet: CF, B7 and 4D. RGB value is (207,183,77). Sum of RGB (Red+Green+Blue) = 207+183+77=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB74D is #3048B2. Grayscale: #B2B2B2. Windows color (decimal): -3164339 or 5093327. OLE color: 5093327.

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

Color convert

RGB20718377-
CMYK00.120.630.19
HSL48.92º57.52%55.69%-
HSV(B)48.92º62.8%81.18%-
XYZ44.0147.6713.9-
YUV178.0970.95148.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=44.33%
G=39.19%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071837700.120.630.1948.9257.5255.69
HexCFB74D0C3F13313a38
Octal3172671150147723617270
Binary110011111011011110011010110011111110011110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB74D; }

 p { color: rgb(207,183,77); }

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

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

 a { background-color: rgb(207,183,77); }

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

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

 span { border-color: rgb(207,183,77); }

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