#CDBB7B

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

Shades of Yuma #CDBB7B

Tints of Yuma #CDBB7B

Color information

#CDBB7B (or 0xCDBB7B) is unknown color: approx Yuma. HEX triplet: CD, BB and 7B. RGB value is (205,187,123). Sum of RGB (Red+Green+Blue) = 205+187+123=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBB7B is #324484. Grayscale: #B9B9B9. Windows color (decimal): -3294341 or 8109005. OLE color: 8109005.

HSL color Cylindrical-coordinate representation of color #CDBB7B: hue angle of 46.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDBB7B is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB205187123-
CMYK00.090.40.20
HSL46.83º45.05%64.31%-
HSV(B)46.83º40%80.39%-
XYZ46.5249.9525.93-
YUV185.0992.96142.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 123 (48.44% from 255) = 23.88%
R=39.81%
G=36.31%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518712300.090.40.2046.8345.0564.31
HexCDBB7B0928142f2d40
Octal31527317301150245755100
Binary1100110110111011111101101001101000101001011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB7B; }

 p { color: rgb(205,187,123); }

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

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

 a { background-color: rgb(205,187,123); }

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

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

 span { border-color: rgb(205,187,123); }

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