Html Css Color HEX #DBD229 Bitter Lemon

📋 copy color: '#DBD229'

red 219 ◦ green 210 ◦ blue 41

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

Shades of Bitter Lemon #DBD229

Tints of Bitter Lemon #DBD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

 BLUE value IS 41 (16.41% from 255) = 8.72%

R = 46.6%
G = 44.68%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBD229 (or 0xDBD229) is known color: Bitter Lemon. HEX triplet: DB, D2 and 29. RGB value is (219,210,41). Sum of RGB (Red+Green+Blue) = 219+210+41=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD229 is #242DD6. Grayscale: #C2C2C2. Windows color (decimal): -2371031 or 2740955. OLE color: 2740955.

HSL color Cylindrical-coordinate representation of color #DBD229: hue angle of 56.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBD229 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 41 -
CMYK 0 0.04 0.81 0.14
HSL 56.97º 0.71% 0.51% -
HSV(B) 56.97º 0.81% 0.86% -
XYZ 52.66 61.31 11.16 -
YUV 193.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 219 210 41 0 0.04 0.81 0.14 56.97 0.71 0.51
Hex DB D2 29 0 4 51 E 39 47 33
Octal 333 322 51 0 4 121 16 71 107 63
Binary 11011011 11010010 101001 0 100 1010001 1110 111001 1000111 110011

Color Harmonies of #DBD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD229

Black with #DBD229

Text Example


Text Example

White with #DBD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD229; }

 p { color: rgb(219,210,41); }

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

background-color css

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

 a { background-color: rgb(219,210,41); }

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

border-color css

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

 span { border-color: rgb(219,210,41); }

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