Html Css Color HEX #CCCC48 Wattle

📋 copy color: '#CCCC48'

red 204 ◦ green 204 ◦ blue 72

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

Shades of Wattle #CCCC48

Tints of Wattle #CCCC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15%

R = 42.5%
G = 42.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCCC48 (or 0xCCCC48) is known color: Wattle. HEX triplet: CC, CC and 48. RGB value is (204,204,72). Sum of RGB (Red+Green+Blue) = 204+204+72=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC48 is #3333B7. Grayscale: #BDBDBD. Windows color (decimal): -3355576 or 4771020. OLE color: 4771020.

HSL color Cylindrical-coordinate representation of color #CCCC48: hue angle of 60º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCCC48 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 72 -
CMYK 0 0 0.65 0.2
HSL 60º 0.56% 0.54% -
HSV(B) 60º 0.65% 0.8% -
XYZ 47.66 56.49 14.52 -
YUV 188.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 204 204 72 0 0 0.65 0.2 60 0.56 0.54
Hex CC CC 48 0 0 41 14 3C 38 36
Octal 314 314 110 0 0 101 24 74 70 66
Binary 11001100 11001100 1001000 0 0 1000001 10100 111100 111000 110110

Color Harmonies of #CCCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC48

Black with #CCCC48

Text Example


Text Example

White with #CCCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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