Html Css Color HEX #CCCC4A Wattle

📋 copy color: '#CCCC4A'

red 204 ◦ green 204 ◦ blue 74

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

Shades of Wattle #CCCC4A

Tints of Wattle #CCCC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 42.32%
G = 42.32%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCCC4A (or 0xCCCC4A) is known color: Wattle. HEX triplet: CC, CC and 4A. RGB value is (204,204,74). Sum of RGB (Red+Green+Blue) = 204+204+74=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC4A is #3333B5. Grayscale: #BDBDBD. Windows color (decimal): -3355574 or 4902092. OLE color: 4902092.

HSL color Cylindrical-coordinate representation of color #CCCC4A: 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.64%. Process color model (Four color, CMYK) of #CCCC4A is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 74 -
CMYK 0 0 0.64 0.2
HSL 60º 0.56% 0.55% -
HSV(B) 60º 0.64% 0.8% -
XYZ 47.73 56.52 14.87 -
YUV 189.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 204 204 74 0 0 0.64 0.2 60 0.56 0.55
Hex CC CC 4A 0 0 40 14 3C 38 37
Octal 314 314 112 0 0 100 24 74 70 67
Binary 11001100 11001100 1001010 0 0 1000000 10100 111100 111000 110111

Color Harmonies of #CCCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC4A

Black with #CCCC4A

Text Example


Text Example

White with #CCCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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