#cbb34c

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

Shades of Sundance #CBB34C

Tints of Sundance #CBB34C

Color information

#CBB34C (or 0xCBB34C) is unknown color: approx Sundance. HEX triplet: CB, B3 and 4C. RGB value is (203,179,76). Sum of RGB (Red+Green+Blue) = 203+179+76=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB34C is #344CB3. Grayscale: #AEAEAE. Windows color (decimal): -3427508 or 5026763. OLE color: 5026763.

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

Color convert

RGB20317976-
CMYK00.120.630.20
HSL48.66º54.98%54.71%-
HSV(B)48.66º62.56%79.61%-
XYZ42.0545.4613.4-
YUV174.4372.45148.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 76 (30.08% from 255) = 16.59%
R=44.32%
G=39.08%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031797600.120.630.2048.6654.9854.71
HexCBB34C0C3F14313737
Octal3132631140147724616767
Binary110010111011001110011000110011111110100110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbb34c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbb34c; }

 p { color: rgb(203,179,76); }

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

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

 a { background-color: rgb(203,179,76); }

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

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

 span { border-color: rgb(203,179,76); }

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