#CDB94E

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

Shades of Sundance #CDB94E

Tints of Sundance #CDB94E

Color information

#CDB94E (or 0xCDB94E) is unknown color: approx Sundance. HEX triplet: CD, B9 and 4E. RGB value is (205,185,78). Sum of RGB (Red+Green+Blue) = 205+185+78=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB94E is #3246B1. Grayscale: #B3B3B3. Windows color (decimal): -3294898 or 5159373. OLE color: 5159373.

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

Color convert

RGB20518578-
CMYK00.100.620.20
HSL50.55º55.95%55.49%-
HSV(B)50.55º61.95%80.39%-
XYZ43.948.2314.2-
YUV178.7871.13146.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 78 (30.86% from 255) = 16.67%
R=43.80%
G=39.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051857800.100.620.2050.5555.9555.49
HexCDB94E0A3E14333837
Octal3152711160127624637067
Binary110011011011100110011100101011111010100110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB94E; }

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

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

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

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

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

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

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

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