Html Css Color HEX #CCCC4F Wattle

📋 copy color: '#CCCC4F'

red 204 ◦ green 204 ◦ blue 79

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

Shades of Wattle #CCCC4F

Tints of Wattle #CCCC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 41.89%
G = 41.89%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCCC4F (or 0xCCCC4F) is known color: Wattle. HEX triplet: CC, CC and 4F. RGB value is (204,204,79). Sum of RGB (Red+Green+Blue) = 204+204+79=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC4F is #3333B0. Grayscale: #BEBEBE. Windows color (decimal): -3355569 or 5229772. OLE color: 5229772.

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

Color convert

RGB 204 204 79 -
CMYK 0 0 0.61 0.2
HSL 60º 0.55% 0.55% -
HSV(B) 60º 0.61% 0.8% -
XYZ 47.91 56.59 15.79 -
YUV 189.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 204 204 79 0 0 0.61 0.2 60 0.55 0.55
Hex CC CC 4F 0 0 3D 14 3C 37 37
Octal 314 314 117 0 0 75 24 74 67 67
Binary 11001100 11001100 1001111 0 0 111101 10100 111100 110111 110111

Color Harmonies of #CCCC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC4F

Black with #CCCC4F

Text Example


Text Example

White with #CCCC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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