#CBB74E

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

Shades of Sundance #CBB74E

Tints of Sundance #CBB74E

Color information

#CBB74E (or 0xCBB74E) is unknown color: approx Sundance. HEX triplet: CB, B7 and 4E. RGB value is (203,183,78). Sum of RGB (Red+Green+Blue) = 203+183+78=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB74E is #3448B1. Grayscale: #B1B1B1. Windows color (decimal): -3426482 or 5158859. OLE color: 5158859.

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

Color convert

RGB20318378-
CMYK00.100.620.20
HSL50.4º54.59%55.1%-
HSV(B)50.4º61.58%79.61%-
XYZ42.9447.1114.04-
YUV177.0172.13146.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=43.75%
G=39.44%
B=16.81%

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
Decimal2031837800.100.620.2050.454.5955.1
HexCBB74E0A3E14323737
Octal3132671160127624626767
Binary110010111011011110011100101011111010100110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB74E; }

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

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

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

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

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

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

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

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