Html Css Color HEX #CCDD09 Inch Worm

📋 copy color: '#CCDD09'

red 204 ◦ green 221 ◦ blue 9

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

Shades of Inch Worm #CCDD09

Tints of Inch Worm #CCDD09

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 9 (3.91% from 255) = 2.07%

R = 47%
G = 50.92%
B = 2.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#CCDD09 (or 0xCCDD09) is known color: Inch Worm. HEX triplet: CC, DD and 09. RGB value is (204,221,9). Sum of RGB (Red+Green+Blue) = 204+221+9=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD09 is #3322F6. Grayscale: #C0C0C0. Windows color (decimal): -3351287 or 646604. OLE color: 646604.

HSL color Cylindrical-coordinate representation of color #CCDD09: hue angle of 64.81º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCDD09 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 9 -
CMYK 0.08 0 0.96 0.13
HSL 64.81º 0.92% 0.45% -
HSV(B) 64.81º 0.96% 0.87% -
XYZ 50.81 64.57 10.04 -
YUV 191.75 24.87 136.74 -
System Red Green Blue C M Y K H S L
Decimal 204 221 9 0.08 0 0.96 0.13 64.81 0.92 0.45
Hex CC DD 9 8 0 60 D 41 5C 2D
Octal 314 335 11 10 0 140 15 101 134 55
Binary 11001100 11011101 1001 1000 0 1100000 1101 1000001 1011100 101101

Color Harmonies of #CCDD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD09

Black with #CCDD09

Text Example


Text Example

White with #CCDD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD09; }

 p { color: rgb(204,221,9); }

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

background-color css

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

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

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

border-color css

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

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

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