#CFB77C

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

Shades of Yuma #CFB77C

Tints of Yuma #CFB77C

Color information

#CFB77C (or 0xCFB77C) is unknown color: approx Yuma. HEX triplet: CF, B7 and 7C. RGB value is (207,183,124). Sum of RGB (Red+Green+Blue) = 207+183+124=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB77C is #304883. Grayscale: #B7B7B7. Windows color (decimal): -3164292 or 8173519. OLE color: 8173519.

HSL color Cylindrical-coordinate representation of color #CFB77C: hue angle of 42.65º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB77C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207183124-
CMYK00.120.400.19
HSL42.65º46.37%64.9%-
HSV(B)42.65º40.1%81.18%-
XYZ46.348.5926.01-
YUV183.4594.45144.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=40.27%
G=35.60%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718312400.120.400.1942.6546.3764.9
HexCFB77C0C28132b2e41
Octal31726717401450235356101
Binary1100111110110111111110001100101000100111010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB77C; }

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

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

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

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

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

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

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

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