#CBBD74

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

Shades of Yuma #CBBD74

Tints of Yuma #CBBD74

Color information

#CBBD74 (or 0xCBBD74) is unknown color: approx Yuma. HEX triplet: CB, BD and 74. RGB value is (203,189,116). Sum of RGB (Red+Green+Blue) = 203+189+116=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD74 is #34428B. Grayscale: #B9B9B9. Windows color (decimal): -3424908 or 7650763. OLE color: 7650763.

HSL color Cylindrical-coordinate representation of color #CBBD74: hue angle of 50.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBBD74 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203189116-
CMYK00.070.430.20
HSL50.34º45.55%62.55%-
HSV(B)50.34º42.86%79.61%-
XYZ45.9850.3523.82-
YUV184.8689.14140.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 116 (45.70% from 255) = 22.83%
R=39.96%
G=37.20%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318911600.070.430.2050.3445.5562.55
HexCBBD74072B14322e3f
Octal313275164075324625677
Binary11001011101111011110100011110101110100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD74; }

 p { color: rgb(203,189,116); }

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

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

 a { background-color: rgb(203,189,116); }

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

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

 span { border-color: rgb(203,189,116); }

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