Html Css Color HEX #CCCC39 Wattle

📋 copy color: '#CCCC39'

red 204 ◦ green 204 ◦ blue 57

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

Shades of Wattle #CCCC39

Tints of Wattle #CCCC39

RGB

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

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

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

R = 43.87%
G = 43.87%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCCC39 (or 0xCCCC39) is known color: Wattle. HEX triplet: CC, CC and 39. RGB value is (204,204,57). Sum of RGB (Red+Green+Blue) = 204+204+57=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC39 is #3333C6. Grayscale: #BBBBBB. Windows color (decimal): -3355591 or 3787980. OLE color: 3787980.

HSL color Cylindrical-coordinate representation of color #CCCC39: 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.72%. Process color model (Four color, CMYK) of #CCCC39 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 57 -
CMYK 0 0 0.72 0.2
HSL 60º 0.59% 0.51% -
HSV(B) 60º 0.72% 0.8% -
XYZ 47.23 56.32 12.25 -
YUV 187.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 204 204 57 0 0 0.72 0.2 60 0.59 0.51
Hex CC CC 39 0 0 48 14 3C 3B 33
Octal 314 314 71 0 0 110 24 74 73 63
Binary 11001100 11001100 111001 0 0 1001000 10100 111100 111011 110011

Color Harmonies of #CCCC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC39

Black with #CCCC39

Text Example


Text Example

White with #CCCC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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