#cdb87f

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

Shades of Yuma #CDB87F

Tints of Yuma #CDB87F

Color information

#CDB87F (or 0xCDB87F) is unknown color: approx Yuma. HEX triplet: CD, B8 and 7F. RGB value is (205,184,127). Sum of RGB (Red+Green+Blue) = 205+184+127=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB87F is #324780. Grayscale: #B8B8B8. Windows color (decimal): -3295105 or 8370381. OLE color: 8370381.

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

Color convert

RGB205184127-
CMYK00.100.380.20
HSL43.85º43.82%65.1%-
HSV(B)43.85º38.05%80.39%-
XYZ46.1548.7927.06-
YUV183.7895.96143.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 127 (50% from 255) = 24.61%
R=39.73%
G=35.66%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518412700.100.380.2043.8543.8265.1
HexCDB87F0A26142c2c41
Octal31527017701246245454101
Binary1100110110111000111111101010100110101001011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb87f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb87f; }

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

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

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

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

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

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

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

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