Html Css Color HEX #CCD44D Wattle

📋 copy color: '#CCD44D'

red 204 ◦ green 212 ◦ blue 77

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

Shades of Wattle #CCD44D

Tints of Wattle #CCD44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 41.38%
G = 43%
B = 15.62%

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

#CCD44D (or 0xCCD44D) is known color: Wattle. HEX triplet: CC, D4 and 4D. RGB value is (204,212,77). Sum of RGB (Red+Green+Blue) = 204+212+77=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD44D is #332BB2. Grayscale: #C2C2C2. Windows color (decimal): -3353523 or 5100748. OLE color: 5100748.

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

Color convert

RGB 204 212 77 -
CMYK 0.04 0 0.64 0.17
HSL 63.56º 0.61% 0.57% -
HSV(B) 63.56º 0.64% 0.83% -
XYZ 49.78 60.46 16.07 -
YUV 194.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 204 212 77 0.04 0 0.64 0.17 63.56 0.61 0.57
Hex CC D4 4D 4 0 40 11 40 3D 39
Octal 314 324 115 4 0 100 21 100 75 71
Binary 11001100 11010100 1001101 100 0 1000000 10001 1000000 111101 111001

Color Harmonies of #CCD44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD44D

Black with #CCD44D

Text Example


Text Example

White with #CCD44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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