#CDB97D

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

Shades of Yuma #CDB97D

Tints of Yuma #CDB97D

Color information

#CDB97D (or 0xCDB97D) is unknown color: approx Yuma. HEX triplet: CD, B9 and 7D. RGB value is (205,185,125). Sum of RGB (Red+Green+Blue) = 205+185+125=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB97D is #324682. Grayscale: #B8B8B8. Windows color (decimal): -3294851 or 8239565. OLE color: 8239565.

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

Color convert

RGB205185125-
CMYK00.100.390.20
HSL45º44.44%64.71%-
HSV(B)45º39.02%80.39%-
XYZ46.2349.1626.45-
YUV184.1494.63142.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=39.81%
G=35.92%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518512500.100.390.204544.4464.71
HexCDB97D0A27142d2c41
Octal31527117501247245554101
Binary1100110110111001111110101010100111101001011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB97D; }

 p { color: rgb(205,185,125); }

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

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

 a { background-color: rgb(205,185,125); }

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

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

 span { border-color: rgb(205,185,125); }

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