Html Css Color HEX #DBDD02 Chartreuse Yellow

📋 copy color: '#DBDD02'

red 219 ◦ green 221 ◦ blue 2

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

Shades of Chartreuse Yellow #DBDD02

Tints of Chartreuse Yellow #DBDD02

RGB

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

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

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

R = 49.55%
G = 50%
B = 0.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DBDD02 (or 0xDBDD02) is known color: Chartreuse Yellow. HEX triplet: DB, DD and 02. RGB value is (219,221,2). Sum of RGB (Red+Green+Blue) = 219+221+2=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD02 is #2422FD. Grayscale: #C4C4C4. Windows color (decimal): -2368254 or 187867. OLE color: 187867.

HSL color Cylindrical-coordinate representation of color #DBDD02: hue angle of 60.55º 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 #DBDD02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 2 -
CMYK 0.01 0 0.99 0.13
HSL 60.55º 0.98% 0.44% -
HSV(B) 60.55º 0.99% 0.87% -
XYZ 55.08 66.78 10.04 -
YUV 195.44 18.84 144.81 -
System Red Green Blue C M Y K H S L
Decimal 219 221 2 0.01 0 0.99 0.13 60.55 0.98 0.44
Hex DB DD 2 1 0 63 D 3D 62 2C
Octal 333 335 2 1 0 143 15 75 142 54
Binary 11011011 11011101 10 1 0 1100011 1101 111101 1100010 101100

Color Harmonies of #DBDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD02

Black with #DBDD02

Text Example


Text Example

White with #DBDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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