Html Css Color HEX #D0DB31 Bitter Lemon

📋 copy color: '#D0DB31'

red 208 ◦ green 219 ◦ blue 49

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

Shades of Bitter Lemon #D0DB31

Tints of Bitter Lemon #D0DB31

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 43.7%
G = 46.01%
B = 10.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#D0DB31 (or 0xD0DB31) is known color: Bitter Lemon. HEX triplet: D0, DB and 31. RGB value is (208,219,49). Sum of RGB (Red+Green+Blue) = 208+219+49=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB31 is #2F24CE. Grayscale: #C4C4C4. Windows color (decimal): -3089615 or 3267536. OLE color: 3267536.

HSL color Cylindrical-coordinate representation of color #D0DB31: hue angle of 63.88º 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 #D0DB31 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 49 -
CMYK 0.05 0 0.78 0.14
HSL 63.88º 0.7% 0.53% -
HSV(B) 63.88º 0.78% 0.86% -
XYZ 51.9 64.29 12.58 -
YUV 196.33 44.86 136.32 -
System Red Green Blue C M Y K H S L
Decimal 208 219 49 0.05 0 0.78 0.14 63.88 0.7 0.53
Hex D0 DB 31 5 0 4E E 40 46 35
Octal 320 333 61 5 0 116 16 100 106 65
Binary 11010000 11011011 110001 101 0 1001110 1110 1000000 1000110 110101

Color Harmonies of #D0DB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB31

Black with #D0DB31

Text Example


Text Example

White with #D0DB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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