Html Css Color HEX #CCC339 Wattle

📋 copy color: '#CCC339'

red 204 ◦ green 195 ◦ blue 57

#CCC339
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CCC339

Tints of Wattle #CCC339

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 195 (76.56% from 255) = 42.76%

 BLUE value IS 57 (22.66% from 255) = 12.5%

R = 44.74%
G = 42.76%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCC339 (or 0xCCC339) is known color: Wattle. HEX triplet: CC, C3 and 39. RGB value is (204,195,57). Sum of RGB (Red+Green+Blue) = 204+195+57=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC339 is #333CC6. Grayscale: #B6B6B6. Windows color (decimal): -3357895 or 3785676. OLE color: 3785676.

HSL color Cylindrical-coordinate representation of color #CCC339: hue angle of 56.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCC339 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 57 -
CMYK 0 0.04 0.72 0.2
HSL 56.33º 0.59% 0.51% -
HSV(B) 56.33º 0.72% 0.8% -
XYZ 45.16 52.16 11.56 -
YUV 181.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 204 195 57 0 0.04 0.72 0.2 56.33 0.59 0.51
Hex CC C3 39 0 4 48 14 38 3B 33
Octal 314 303 71 0 4 110 24 70 73 63
Binary 11001100 11000011 111001 0 100 1001000 10100 111000 111011 110011

Color Harmonies of #CCC339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC339

Black with #CCC339

Text Example


Text Example

White with #CCC339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC339; }

 p { color: rgb(204,195,57); }

 H1.HeaderClassName
 {
   color: #CCC339;
 }
 .AnyTagClassName
 {
   color: #CCC339;
 }
</style>

background-color css

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

 a { background-color: rgb(204,195,57); }

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

border-color css

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

 span { border-color: rgb(204,195,57); }

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