Html Css Color HEX #CCD244 Wattle

📋 copy color: '#CCD244'

red 204 ◦ green 210 ◦ blue 68

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

Shades of Wattle #CCD244

Tints of Wattle #CCD244

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.57%

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

R = 42.32%
G = 43.57%
B = 14.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#CCD244 (or 0xCCD244) is known color: Wattle. HEX triplet: CC, D2 and 44. RGB value is (204,210,68). Sum of RGB (Red+Green+Blue) = 204+210+68=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD244 is #332DBB. Grayscale: #C0C0C0. Windows color (decimal): -3354044 or 4510412. OLE color: 4510412.

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

Color convert

RGB 204 210 68 -
CMYK 0.03 0 0.68 0.18
HSL 62.54º 0.61% 0.55% -
HSV(B) 62.54º 0.68% 0.82% -
XYZ 48.99 59.35 14.34 -
YUV 192.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 204 210 68 0.03 0 0.68 0.18 62.54 0.61 0.55
Hex CC D2 44 3 0 44 12 3F 3D 37
Octal 314 322 104 3 0 104 22 77 75 67
Binary 11001100 11010010 1000100 11 0 1000100 10010 111111 111101 110111

Color Harmonies of #CCD244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD244

Black with #CCD244

Text Example


Text Example

White with #CCD244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD244; }

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

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

background-color css

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

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

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

border-color css

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

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

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