Html Css Color HEX #DDDD05 Chartreuse Yellow

📋 copy color: '#DDDD05'

red 221 ◦ green 221 ◦ blue 5

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

Shades of Chartreuse Yellow #DDDD05

Tints of Chartreuse Yellow #DDDD05

RGB

 RED value IS 221 (86.72% from 255) = 49.44%

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 49.44%
G = 49.44%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDDD05 (or 0xDDDD05) is known color: Chartreuse Yellow. HEX triplet: DD, DD and 05. RGB value is (221,221,5). Sum of RGB (Red+Green+Blue) = 221+221+5=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD05 is #2222FA. Grayscale: #C5C5C5. Windows color (decimal): -2237179 or 384477. OLE color: 384477.

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

Color convert

RGB 221 221 5 -
CMYK 0 0 0.98 0.13
HSL 60º 0.96% 0.44% -
HSV(B) 60º 0.98% 0.87% -
XYZ 55.7 67.1 10.16 -
YUV 196.38 20 145.56 -
System Red Green Blue C M Y K H S L
Decimal 221 221 5 0 0 0.98 0.13 60 0.96 0.44
Hex DD DD 5 0 0 62 D 3C 60 2C
Octal 335 335 5 0 0 142 15 74 140 54
Binary 11011101 11011101 101 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DDDD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD05

Black with #DDDD05

Text Example


Text Example

White with #DDDD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD05; }

 p { color: rgb(221,221,5); }

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

background-color css

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

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

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

border-color css

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

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

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