Html Css Color HEX #CCCC42 Wattle

📋 copy color: '#CCCC42'

red 204 ◦ green 204 ◦ blue 66

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

Shades of Wattle #CCCC42

Tints of Wattle #CCCC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.92%

R = 43.04%
G = 43.04%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCCC42 (or 0xCCCC42) is known color: Wattle. HEX triplet: CC, CC and 42. RGB value is (204,204,66). Sum of RGB (Red+Green+Blue) = 204+204+66=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC42 is #3333BD. Grayscale: #BCBCBC. Windows color (decimal): -3355582 or 4377804. OLE color: 4377804.

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

Color convert

RGB 204 204 66 -
CMYK 0 0 0.68 0.2
HSL 60º 0.58% 0.53% -
HSV(B) 60º 0.68% 0.8% -
XYZ 47.48 56.42 13.54 -
YUV 188.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 204 204 66 0 0 0.68 0.2 60 0.58 0.53
Hex CC CC 42 0 0 44 14 3C 3A 35
Octal 314 314 102 0 0 104 24 74 72 65
Binary 11001100 11001100 1000010 0 0 1000100 10100 111100 111010 110101

Color Harmonies of #CCCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC42

Black with #CCCC42

Text Example


Text Example

White with #CCCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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