Html Css Color HEX #DBD831 Bitter Lemon

📋 copy color: '#DBD831'

red 219 ◦ green 216 ◦ blue 49

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

Shades of Bitter Lemon #DBD831

Tints of Bitter Lemon #DBD831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 45.25%
G = 44.63%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBD831 (or 0xDBD831) is known color: Bitter Lemon. HEX triplet: DB, D8 and 31. RGB value is (219,216,49). Sum of RGB (Red+Green+Blue) = 219+216+49=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD831 is #2427CE. Grayscale: #C6C6C6. Windows color (decimal): -2369487 or 3266779. OLE color: 3266779.

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

Color convert

RGB 219 216 49 -
CMYK 0 0.01 0.78 0.14
HSL 58.94º 0.7% 0.53% -
HSV(B) 58.94º 0.78% 0.86% -
XYZ 54.32 64.39 12.47 -
YUV 197.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 219 216 49 0 0.01 0.78 0.14 58.94 0.7 0.53
Hex DB D8 31 0 1 4E E 3B 46 35
Octal 333 330 61 0 1 116 16 73 106 65
Binary 11011011 11011000 110001 0 1 1001110 1110 111011 1000110 110101

Color Harmonies of #DBD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD831

Black with #DBD831

Text Example


Text Example

White with #DBD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD831; }

 p { color: rgb(219,216,49); }

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

background-color css

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

 a { background-color: rgb(219,216,49); }

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

border-color css

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

 span { border-color: rgb(219,216,49); }

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