#CDBA7D

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

Shades of Yuma #CDBA7D

Tints of Yuma #CDBA7D

Color information

#CDBA7D (or 0xCDBA7D) is unknown color: approx Yuma. HEX triplet: CD, BA and 7D. RGB value is (205,186,125). Sum of RGB (Red+Green+Blue) = 205+186+125=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA7D is #324582. Grayscale: #B8B8B8. Windows color (decimal): -3294595 or 8239821. OLE color: 8239821.

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

Color convert

RGB205186125-
CMYK00.090.390.20
HSL45.75º44.44%64.71%-
HSV(B)45.75º39.02%80.39%-
XYZ46.4449.5826.52-
YUV184.7394.29142.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=39.73%
G=36.05%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518612500.090.390.2045.7544.4464.71
HexCDBA7D0927142e2c41
Octal31527217501147245654101
Binary1100110110111010111110101001100111101001011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA7D; }

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

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

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

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

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

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

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

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