#CCB34B

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

Shades of Sundance #CCB34B

Tints of Sundance #CCB34B

Color information

#CCB34B (or 0xCCB34B) is unknown color: approx Sundance. HEX triplet: CC, B3 and 4B. RGB value is (204,179,75). Sum of RGB (Red+Green+Blue) = 204+179+75=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB34B is #334CB4. Grayscale: #AFAFAF. Windows color (decimal): -3361973 or 4961228. OLE color: 4961228.

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

Color convert

RGB20417975-
CMYK00.120.630.2
HSL48.37º55.84%54.71%-
HSV(B)48.37º63.24%80%-
XYZ42.2945.5913.23-
YUV174.6271.78148.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 179 (70.31% from 255) = 39.08%
BLUE value IS 75 (29.69% from 255) = 16.38%
R=44.54%
G=39.08%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041797500.120.630.248.3755.8454.71
HexCCB34B0C3F14303837
Octal3142631130147724607067
Binary110011001011001110010110110011111110100110000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB34B; }

 p { color: rgb(204,179,75); }

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

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

 a { background-color: rgb(204,179,75); }

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

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

 span { border-color: rgb(204,179,75); }

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