Html Css Color HEX #DDDD01 Chartreuse Yellow

📋 copy color: '#DDDD01'

red 221 ◦ green 221 ◦ blue 1

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

Shades of Chartreuse Yellow #DDDD01

Tints of Chartreuse Yellow #DDDD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 49.89%
G = 49.89%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDDD01 (or 0xDDDD01) is known color: Chartreuse Yellow. HEX triplet: DD, DD and 01. RGB value is (221,221,1). Sum of RGB (Red+Green+Blue) = 221+221+1=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD01 is #2222FE. Grayscale: #C4C4C4. Windows color (decimal): -2237183 or 122333. OLE color: 122333.

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

Color convert

RGB 221 221 1 -
CMYK 0 0 1.00 0.13
HSL 60º 0.99% 0.44% -
HSV(B) 60º 1% 0.87% -
XYZ 55.68 67.09 10.04 -
YUV 195.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 221 221 1 0 0 1.00 0.13 60 0.99 0.44
Hex DD DD 1 0 0 64 D 3C 63 2C
Octal 335 335 1 0 0 144 15 74 143 54
Binary 11011101 11011101 1 0 0 1100100 1101 111100 1100011 101100

Color Harmonies of #DDDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD01

Black with #DDDD01

Text Example


Text Example

White with #DDDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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