#CDB47D

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

Shades of Yuma #CDB47D

Tints of Yuma #CDB47D

Color information

#CDB47D (or 0xCDB47D) is unknown color: approx Yuma. HEX triplet: CD, B4 and 7D. RGB value is (205,180,125). Sum of RGB (Red+Green+Blue) = 205+180+125=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB47D is #324B82. Grayscale: #B5B5B5. Windows color (decimal): -3296131 or 8238285. OLE color: 8238285.

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

Color convert

RGB205180125-
CMYK00.120.390.20
HSL41.25º44.44%64.71%-
HSV(B)41.25º39.02%80.39%-
XYZ45.247.126.11-
YUV181.296.28144.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=40.20%
G=35.29%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518012500.120.390.2041.2544.4464.71
HexCDB47D0C2714292c41
Octal31526417501447245154101
Binary1100110110110100111110101100100111101001010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB47D; }

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

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

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

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

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

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

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

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