Html Css Color HEX #DDDD02 Chartreuse Yellow

📋 copy color: '#DDDD02'

red 221 ◦ green 221 ◦ blue 2

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

Shades of Chartreuse Yellow #DDDD02

Tints of Chartreuse Yellow #DDDD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 49.77%
G = 49.77%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDDD02 (or 0xDDDD02) is known color: Chartreuse Yellow. HEX triplet: DD, DD and 02. RGB value is (221,221,2). Sum of RGB (Red+Green+Blue) = 221+221+2=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD02 is #2222FD. Grayscale: #C4C4C4. Windows color (decimal): -2237182 or 187869. OLE color: 187869.

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

Color convert

RGB 221 221 2 -
CMYK 0 0 0.99 0.13
HSL 60º 0.98% 0.44% -
HSV(B) 60º 0.99% 0.87% -
XYZ 55.69 67.09 10.07 -
YUV 196.03 18.5 145.81 -
System Red Green Blue C M Y K H S L
Decimal 221 221 2 0 0 0.99 0.13 60 0.98 0.44
Hex DD DD 2 0 0 63 D 3C 62 2C
Octal 335 335 2 0 0 143 15 74 142 54
Binary 11011101 11011101 10 0 0 1100011 1101 111100 1100010 101100

Color Harmonies of #DDDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD02

Black with #DDDD02

Text Example


Text Example

White with #DDDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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