Html Css Color HEX #CCCC4C Wattle

📋 copy color: '#CCCC4C'

red 204 ◦ green 204 ◦ blue 76

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

Shades of Wattle #CCCC4C

Tints of Wattle #CCCC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 42.15%
G = 42.15%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCCC4C (or 0xCCCC4C) is known color: Wattle. HEX triplet: CC, CC and 4C. RGB value is (204,204,76). Sum of RGB (Red+Green+Blue) = 204+204+76=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC4C is #3333B3. Grayscale: #BDBDBD. Windows color (decimal): -3355572 or 5033164. OLE color: 5033164.

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

Color convert

RGB 204 204 76 -
CMYK 0 0 0.63 0.2
HSL 60º 0.56% 0.55% -
HSV(B) 60º 0.63% 0.8% -
XYZ 47.8 56.54 15.23 -
YUV 189.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 204 204 76 0 0 0.63 0.2 60 0.56 0.55
Hex CC CC 4C 0 0 3F 14 3C 38 37
Octal 314 314 114 0 0 77 24 74 70 67
Binary 11001100 11001100 1001100 0 0 111111 10100 111100 111000 110111

Color Harmonies of #CCCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC4C

Black with #CCCC4C

Text Example


Text Example

White with #CCCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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