Html Css Color HEX #CCD144 Wattle

📋 copy color: '#CCD144'

red 204 ◦ green 209 ◦ blue 68

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

Shades of Wattle #CCD144

Tints of Wattle #CCD144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 68 (26.95% from 255) = 14.14%

R = 42.41%
G = 43.45%
B = 14.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#CCD144 (or 0xCCD144) is known color: Wattle. HEX triplet: CC, D1 and 44. RGB value is (204,209,68). Sum of RGB (Red+Green+Blue) = 204+209+68=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD144 is #332EBB. Grayscale: #BFBFBF. Windows color (decimal): -3354300 or 4510156. OLE color: 4510156.

HSL color Cylindrical-coordinate representation of color #CCD144: hue angle of 62.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCD144 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 68 -
CMYK 0.02 0 0.67 0.18
HSL 62.13º 0.61% 0.54% -
HSV(B) 62.13º 0.67% 0.82% -
XYZ 48.75 58.86 14.26 -
YUV 191.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 204 209 68 0.02 0 0.67 0.18 62.13 0.61 0.54
Hex CC D1 44 2 0 43 12 3E 3D 36
Octal 314 321 104 2 0 103 22 76 75 66
Binary 11001100 11010001 1000100 10 0 1000011 10010 111110 111101 110110

Color Harmonies of #CCD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD144

Black with #CCD144

Text Example


Text Example

White with #CCD144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD144; }

 p { color: rgb(204,209,68); }

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

background-color css

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

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

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

border-color css

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

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

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