#CDBD74

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

Shades of Yuma #CDBD74

Tints of Yuma #CDBD74

Color information

#CDBD74 (or 0xCDBD74) is unknown color: approx Yuma. HEX triplet: CD, BD and 74. RGB value is (205,189,116). Sum of RGB (Red+Green+Blue) = 205+189+116=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBD74 is #32428B. Grayscale: #B9B9B9. Windows color (decimal): -3293836 or 7650765. OLE color: 7650765.

HSL color Cylindrical-coordinate representation of color #CDBD74: hue angle of 49.21º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDBD74 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205189116-
CMYK00.080.430.20
HSL49.21º47.09%62.94%-
HSV(B)49.21º43.41%80.39%-
XYZ46.5350.6423.84-
YUV185.4688.8141.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=40.20%
G=37.06%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518911600.080.430.2049.2147.0962.94
HexCDBD74082B14312f3f
Octal3152751640105324615777
Binary110011011011110111101000100010101110100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBD74; }

 p { color: rgb(205,189,116); }

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

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

 a { background-color: rgb(205,189,116); }

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

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

 span { border-color: rgb(205,189,116); }

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