Html Css Color HEX #DBD921 Bitter Lemon

📋 copy color: '#DBD921'

red 219 ◦ green 217 ◦ blue 33

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

Shades of Bitter Lemon #DBD921

Tints of Bitter Lemon #DBD921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 33 (13.28% from 255) = 7.04%

R = 46.7%
G = 46.27%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD921 (or 0xDBD921) is known color: Bitter Lemon. HEX triplet: DB, D9 and 21. RGB value is (219,217,33). Sum of RGB (Red+Green+Blue) = 219+217+33=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD921 is #2426DE. Grayscale: #C5C5C5. Windows color (decimal): -2369247 or 2218459. OLE color: 2218459.

HSL color Cylindrical-coordinate representation of color #DBD921: hue angle of 59.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBD921 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 217 33 -
CMYK 0 0.01 0.85 0.14
HSL 59.35º 0.74% 0.49% -
HSV(B) 59.35º 0.85% 0.86% -
XYZ 54.3 64.8 11.08 -
YUV 196.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 219 217 33 0 0.01 0.85 0.14 59.35 0.74 0.49
Hex DB D9 21 0 1 55 E 3B 4A 31
Octal 333 331 41 0 1 125 16 73 112 61
Binary 11011011 11011001 100001 0 1 1010101 1110 111011 1001010 110001

Color Harmonies of #DBD921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD921

Black with #DBD921

Text Example


Text Example

White with #DBD921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD921; }

 p { color: rgb(219,217,33); }

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

background-color css

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

 a { background-color: rgb(219,217,33); }

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

border-color css

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

 span { border-color: rgb(219,217,33); }

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