Html Css Color HEX #CCDD06 Inch Worm

📋 copy color: '#CCDD06'

red 204 ◦ green 221 ◦ blue 6

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

Shades of Inch Worm #CCDD06

Tints of Inch Worm #CCDD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 47.33%
G = 51.28%
B = 1.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#CCDD06 (or 0xCCDD06) is known color: Inch Worm. HEX triplet: CC, DD and 06. RGB value is (204,221,6). Sum of RGB (Red+Green+Blue) = 204+221+6=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD06 is #3322F9. Grayscale: #C0C0C0. Windows color (decimal): -3351290 or 449996. OLE color: 449996.

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

Color convert

RGB 204 221 6 -
CMYK 0.08 0 0.97 0.13
HSL 64.74º 0.95% 0.45% -
HSV(B) 64.74º 0.97% 0.87% -
XYZ 50.79 64.56 9.96 -
YUV 191.41 23.37 136.98 -
System Red Green Blue C M Y K H S L
Decimal 204 221 6 0.08 0 0.97 0.13 64.74 0.95 0.45
Hex CC DD 6 8 0 61 D 41 5F 2D
Octal 314 335 6 10 0 141 15 101 137 55
Binary 11001100 11011101 110 1000 0 1100001 1101 1000001 1011111 101101

Color Harmonies of #CCDD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD06

Black with #CCDD06

Text Example


Text Example

White with #CCDD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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