#CDB84D

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

Shades of Sundance #CDB84D

Tints of Sundance #CDB84D

Color information

#CDB84D (or 0xCDB84D) is unknown color: approx Sundance. HEX triplet: CD, B8 and 4D. RGB value is (205,184,77). Sum of RGB (Red+Green+Blue) = 205+184+77=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB84D is #3247B2. Grayscale: #B2B2B2. Windows color (decimal): -3295155 or 5093581. OLE color: 5093581.

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

Color convert

RGB20518477-
CMYK00.100.620.20
HSL50.16º56.14%55.29%-
HSV(B)50.16º62.44%80.39%-
XYZ43.6647.813.95-
YUV178.0870.96147.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 184 (72.27% from 255) = 39.48%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=43.99%
G=39.48%
B=16.52%

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
Decimal2051847700.100.620.2050.1656.1455.29
HexCDB84D0A3E14323837
Octal3152701150127624627067
Binary110011011011100010011010101011111010100110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB84D; }

 p { color: rgb(205,184,77); }

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

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

 a { background-color: rgb(205,184,77); }

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

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

 span { border-color: rgb(205,184,77); }

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