#CBBD73

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

Shades of Yuma #CBBD73

Tints of Yuma #CBBD73

Color information

#CBBD73 (or 0xCBBD73) is unknown color: approx Yuma. HEX triplet: CB, BD and 73. RGB value is (203,189,115). Sum of RGB (Red+Green+Blue) = 203+189+115=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD73 is #34428C. Grayscale: #B9B9B9. Windows color (decimal): -3424909 or 7585227. OLE color: 7585227.

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

Color convert

RGB203189115-
CMYK00.070.430.20
HSL50.45º45.83%62.35%-
HSV(B)50.45º43.35%79.61%-
XYZ45.9250.3323.51-
YUV184.7588.64141.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=40.04%
G=37.28%
B=22.68%

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
Decimal20318911500.070.430.2050.4545.8362.35
HexCBBD73072B14322e3e
Octal313275163075324625676
Binary11001011101111011110011011110101110100110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD73; }

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

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

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

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

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

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

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

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