#CDBC74

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

Shades of Yuma #CDBC74

Tints of Yuma #CDBC74

Color information

#CDBC74 (or 0xCDBC74) is unknown color: approx Yuma. HEX triplet: CD, BC and 74. RGB value is (205,188,116). Sum of RGB (Red+Green+Blue) = 205+188+116=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC74 is #32438B. Grayscale: #B9B9B9. Windows color (decimal): -3294092 or 7650509. OLE color: 7650509.

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

Color convert

RGB205188116-
CMYK00.080.430.20
HSL48.54º47.09%62.94%-
HSV(B)48.54º43.41%80.39%-
XYZ46.3150.2123.77-
YUV184.8789.13142.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=40.28%
G=36.94%
B=22.79%

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
Decimal20518811600.080.430.2048.5447.0962.94
HexCDBC74082B14312f3f
Octal3152741640105324615777
Binary110011011011110011101000100010101110100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC74; }

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

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

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

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

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

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

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

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