Html Css Color HEX #CCC337 Wattle

📋 copy color: '#CCC337'

red 204 ◦ green 195 ◦ blue 55

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

Shades of Wattle #CCC337

Tints of Wattle #CCC337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.11%

R = 44.93%
G = 42.95%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCC337 (or 0xCCC337) is known color: Wattle. HEX triplet: CC, C3 and 37. RGB value is (204,195,55). Sum of RGB (Red+Green+Blue) = 204+195+55=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC337 is #333CC8. Grayscale: #B6B6B6. Windows color (decimal): -3357897 or 3654604. OLE color: 3654604.

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

Color convert

RGB 204 195 55 -
CMYK 0 0.04 0.73 0.2
HSL 56.38º 0.59% 0.51% -
HSV(B) 56.38º 0.73% 0.8% -
XYZ 45.11 52.14 11.3 -
YUV 181.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 204 195 55 0 0.04 0.73 0.2 56.38 0.59 0.51
Hex CC C3 37 0 4 49 14 38 3B 33
Octal 314 303 67 0 4 111 24 70 73 63
Binary 11001100 11000011 110111 0 100 1001001 10100 111000 111011 110011

Color Harmonies of #CCC337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC337

Black with #CCC337

Text Example


Text Example

White with #CCC337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC337; }

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

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

background-color css

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

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

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

border-color css

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

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

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