#CFB77B

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

Shades of Yuma #CFB77B

Tints of Yuma #CFB77B

Color information

#CFB77B (or 0xCFB77B) is unknown color: approx Yuma. HEX triplet: CF, B7 and 7B. RGB value is (207,183,123). Sum of RGB (Red+Green+Blue) = 207+183+123=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB77B is #304884. Grayscale: #B7B7B7. Windows color (decimal): -3164293 or 8107983. OLE color: 8107983.

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

Color convert

RGB207183123-
CMYK00.120.410.19
HSL42.86º46.67%64.71%-
HSV(B)42.86º40.58%81.18%-
XYZ46.2448.5625.68-
YUV183.3493.95144.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=40.35%
G=35.67%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718312300.120.410.1942.8646.6764.71
HexCFB77B0C29132b2f41
Octal31726717301451235357101
Binary1100111110110111111101101100101001100111010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB77B; }

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

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

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

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

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

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

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

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