Html Css Color HEX #CCCC3C Wattle

📋 copy color: '#CCCC3C'

red 204 ◦ green 204 ◦ blue 60

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

Shades of Wattle #CCCC3C

Tints of Wattle #CCCC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 43.59%
G = 43.59%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCCC3C (or 0xCCCC3C) is known color: Wattle. HEX triplet: CC, CC and 3C. RGB value is (204,204,60). Sum of RGB (Red+Green+Blue) = 204+204+60=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC3C is #3333C3. Grayscale: #BCBCBC. Windows color (decimal): -3355588 or 3984588. OLE color: 3984588.

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

Color convert

RGB 204 204 60 -
CMYK 0 0 0.71 0.2
HSL 60º 0.59% 0.52% -
HSV(B) 60º 0.71% 0.8% -
XYZ 47.31 56.35 12.66 -
YUV 187.58 56 139.71 -
System Red Green Blue C M Y K H S L
Decimal 204 204 60 0 0 0.71 0.2 60 0.59 0.52
Hex CC CC 3C 0 0 47 14 3C 3B 34
Octal 314 314 74 0 0 107 24 74 73 64
Binary 11001100 11001100 111100 0 0 1000111 10100 111100 111011 110100

Color Harmonies of #CCCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC3C

Black with #CCCC3C

Text Example


Text Example

White with #CCCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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