Html Css Color HEX #CCD44C Wattle

📋 copy color: '#CCD44C'

red 204 ◦ green 212 ◦ blue 76

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

Shades of Wattle #CCD44C

Tints of Wattle #CCD44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 76 (30.08% from 255) = 15.45%

R = 41.46%
G = 43.09%
B = 15.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#CCD44C (or 0xCCD44C) is known color: Wattle. HEX triplet: CC, D4 and 4C. RGB value is (204,212,76). Sum of RGB (Red+Green+Blue) = 204+212+76=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD44C is #332BB3. Grayscale: #C2C2C2. Windows color (decimal): -3353524 or 5035212. OLE color: 5035212.

HSL color Cylindrical-coordinate representation of color #CCD44C: hue angle of 63.53º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD44C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 76 -
CMYK 0.04 0 0.64 0.17
HSL 63.53º 0.61% 0.56% -
HSV(B) 63.53º 0.64% 0.83% -
XYZ 49.75 60.45 15.88 -
YUV 194.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 204 212 76 0.04 0 0.64 0.17 63.53 0.61 0.56
Hex CC D4 4C 4 0 40 11 40 3D 38
Octal 314 324 114 4 0 100 21 100 75 70
Binary 11001100 11010100 1001100 100 0 1000000 10001 1000000 111101 111000

Color Harmonies of #CCD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD44C

Black with #CCD44C

Text Example


Text Example

White with #CCD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD44C; }

 p { color: rgb(204,212,76); }

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

background-color css

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

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

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

border-color css

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

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

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