Html Css Color HEX #CCCC37 Wattle

📋 copy color: '#CCCC37'

red 204 ◦ green 204 ◦ blue 55

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

Shades of Wattle #CCCC37

Tints of Wattle #CCCC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 44.06%
G = 44.06%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCCC37 (or 0xCCCC37) is known color: Wattle. HEX triplet: CC, CC and 37. RGB value is (204,204,55). Sum of RGB (Red+Green+Blue) = 204+204+55=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC37 is #3333C8. Grayscale: #BBBBBB. Windows color (decimal): -3355593 or 3656908. OLE color: 3656908.

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

Color convert

RGB 204 204 55 -
CMYK 0 0 0.73 0.2
HSL 60º 0.59% 0.51% -
HSV(B) 60º 0.73% 0.8% -
XYZ 47.18 56.3 11.99 -
YUV 187.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 204 204 55 0 0 0.73 0.2 60 0.59 0.51
Hex CC CC 37 0 0 49 14 3C 3B 33
Octal 314 314 67 0 0 111 24 74 73 63
Binary 11001100 11001100 110111 0 0 1001001 10100 111100 111011 110011

Color Harmonies of #CCCC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC37

Black with #CCCC37

Text Example


Text Example

White with #CCCC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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