#CDB57B

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

Shades of Yuma #CDB57B

Tints of Yuma #CDB57B

Color information

#CDB57B (or 0xCDB57B) is unknown color: approx Yuma. HEX triplet: CD, B5 and 7B. RGB value is (205,181,123). Sum of RGB (Red+Green+Blue) = 205+181+123=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB57B is #324A84. Grayscale: #B5B5B5. Windows color (decimal): -3295877 or 8107469. OLE color: 8107469.

HSL color Cylindrical-coordinate representation of color #CDB57B: hue angle of 42.44º 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 #CDB57B is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB205181123-
CMYK00.120.40.20
HSL42.44º45.05%64.31%-
HSV(B)42.44º40%80.39%-
XYZ45.2847.4625.51-
YUV181.5694.95144.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=40.28%
G=35.56%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518112300.120.40.2042.4445.0564.31
HexCDB57B0C28142a2d40
Octal31526517301450245255100
Binary1100110110110101111101101100101000101001010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB57B; }

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

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

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

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

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

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

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

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