Html Css Color HEX #CCCC47 Wattle

📋 copy color: '#CCCC47'

red 204 ◦ green 204 ◦ blue 71

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

Shades of Wattle #CCCC47

Tints of Wattle #CCCC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 42.59%
G = 42.59%
B = 14.82%

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

#CCCC47 (or 0xCCCC47) is known color: Wattle. HEX triplet: CC, CC and 47. RGB value is (204,204,71). Sum of RGB (Red+Green+Blue) = 204+204+71=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC47 is #3333B8. Grayscale: #BDBDBD. Windows color (decimal): -3355577 or 4705484. OLE color: 4705484.

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

Color convert

RGB 204 204 71 -
CMYK 0 0 0.65 0.2
HSL 60º 0.57% 0.54% -
HSV(B) 60º 0.65% 0.8% -
XYZ 47.63 56.48 14.35 -
YUV 188.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 204 204 71 0 0 0.65 0.2 60 0.57 0.54
Hex CC CC 47 0 0 41 14 3C 39 36
Octal 314 314 107 0 0 101 24 74 71 66
Binary 11001100 11001100 1000111 0 0 1000001 10100 111100 111001 110110

Color Harmonies of #CCCC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC47

Black with #CCCC47

Text Example


Text Example

White with #CCCC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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