#CDB57F

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

Shades of Yuma #CDB57F

Tints of Yuma #CDB57F

Color information

#CDB57F (or 0xCDB57F) is unknown color: approx Yuma. HEX triplet: CD, B5 and 7F. RGB value is (205,181,127). Sum of RGB (Red+Green+Blue) = 205+181+127=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB57F is #324A80. Grayscale: #B6B6B6. Windows color (decimal): -3295873 or 8369613. OLE color: 8369613.

HSL color Cylindrical-coordinate representation of color #CDB57F: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB57F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205181127-
CMYK00.120.380.20
HSL41.54º43.82%65.1%-
HSV(B)41.54º38.05%80.39%-
XYZ45.5347.5626.86-
YUV182.0296.95144.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 127 (50% from 255) = 24.76%
R=39.96%
G=35.28%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518112700.120.380.2041.5443.8265.1
HexCDB57F0C26142a2c41
Octal31526517701446245254101
Binary1100110110110101111111101100100110101001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB57F; }

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

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

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

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

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

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

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

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