#CBB64E

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

Shades of Sundance #CBB64E

Tints of Sundance #CBB64E

Color information

#CBB64E (or 0xCBB64E) is unknown color: approx Sundance. HEX triplet: CB, B6 and 4E. RGB value is (203,182,78). Sum of RGB (Red+Green+Blue) = 203+182+78=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB64E is #3449B1. Grayscale: #B0B0B0. Windows color (decimal): -3426738 or 5158603. OLE color: 5158603.

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

Color convert

RGB20318278-
CMYK00.100.620.20
HSL49.92º54.59%55.1%-
HSV(B)49.92º61.58%79.61%-
XYZ42.7346.713.97-
YUV176.4272.46146.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=43.84%
G=39.31%
B=16.85%

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
Decimal2031827800.100.620.2049.9254.5955.1
HexCBB64E0A3E14323737
Octal3132661160127624626767
Binary110010111011011010011100101011111010100110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB64E; }

 p { color: rgb(203,182,78); }

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

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

 a { background-color: rgb(203,182,78); }

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

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

 span { border-color: rgb(203,182,78); }

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