Html Css Color HEX #DBDD00 Chartreuse Yellow

📋 copy color: '#DBDD00'

red 219 ◦ green 221 ◦ blue 0

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

Shades of Chartreuse Yellow #DBDD00

Tints of Chartreuse Yellow #DBDD00

RGB

 RED value IS 219 (85.94% from 255) = 49.77%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.77%
G = 50.23%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DBDD00 (or 0xDBDD00) is known color: Chartreuse Yellow. HEX triplet: DB, DD and 00. RGB value is (219,221,0). Sum of RGB (Red+Green+Blue) = 219+221+0=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD00 is #2422FF. Grayscale: #C4C4C4. Windows color (decimal): -2368256 or 56795. OLE color: 56795.

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

Color convert

RGB 219 221 0 -
CMYK 0.01 0 1 0.13
HSL 60.54º 1% 0.43% -
HSV(B) 60.54º 1% 0.87% -
XYZ 55.07 66.77 9.99 -
YUV 195.21 17.84 144.97 -
System Red Green Blue C M Y K H S L
Decimal 219 221 0 0.01 0 1 0.13 60.54 1 0.43
Hex DB DD 0 1 0 64 D 3D 64 2B
Octal 333 335 0 1 0 144 15 75 144 53
Binary 11011011 11011101 0 1 0 1100100 1101 111101 1100100 101011

Color Harmonies of #DBDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD00

Black with #DBDD00

Text Example


Text Example

White with #DBDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD00; }

 p { color: rgb(219,221,0); }

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

background-color css

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

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

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

border-color css

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

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

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