#CDB14C

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

Shades of Sundance #CDB14C

Tints of Sundance #CDB14C

Color information

#CDB14C (or 0xCDB14C) is unknown color: approx Sundance. HEX triplet: CD, B1 and 4C. RGB value is (205,177,76). Sum of RGB (Red+Green+Blue) = 205+177+76=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB14C is #324EB3. Grayscale: #AEAEAE. Windows color (decimal): -3296948 or 5026253. OLE color: 5026253.

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

Color convert

RGB20517776-
CMYK00.140.630.20
HSL46.98º56.33%55.1%-
HSV(B)46.98º62.93%80.39%-
XYZ42.244.9513.29-
YUV173.8672.78150.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 76 (30.08% from 255) = 16.59%
R=44.76%
G=38.65%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051777600.140.630.2046.9856.3355.1
HexCDB14C0E3F142f3837
Octal3152611140167724577067
Binary110011011011000110011000111011111110100101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB14C; }

 p { color: rgb(205,177,76); }

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

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

 a { background-color: rgb(205,177,76); }

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

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

 span { border-color: rgb(205,177,76); }

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