#CFB77F

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

Shades of Yuma #CFB77F

Tints of Yuma #CFB77F

Color information

#CFB77F (or 0xCFB77F) is unknown color: approx Yuma. HEX triplet: CF, B7 and 7F. RGB value is (207,183,127). Sum of RGB (Red+Green+Blue) = 207+183+127=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB77F is #304880. Grayscale: #B8B8B8. Windows color (decimal): -3164289 or 8370127. OLE color: 8370127.

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

Color convert

RGB207183127-
CMYK00.120.390.19
HSL42º45.45%65.49%-
HSV(B)42º38.65%81.18%-
XYZ46.548.6627.02-
YUV183.7995.95144.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 127 (50% from 255) = 24.56%
R=40.04%
G=35.40%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718312700.120.390.194245.4565.49
HexCFB77F0C27132a2d41
Octal31726717701447235255101
Binary1100111110110111111111101100100111100111010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB77F; }

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

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

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

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

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

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

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

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