Html Css Color HEX #D0DB29 Bitter Lemon

📋 copy color: '#D0DB29'

red 208 ◦ green 219 ◦ blue 41

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

Shades of Bitter Lemon #D0DB29

Tints of Bitter Lemon #D0DB29

RGB

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

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

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

R = 44.44%
G = 46.79%
B = 8.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#D0DB29 (or 0xD0DB29) is known color: Bitter Lemon. HEX triplet: D0, DB and 29. RGB value is (208,219,41). Sum of RGB (Red+Green+Blue) = 208+219+41=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB29 is #2F24D6. Grayscale: #C4C4C4. Windows color (decimal): -3089623 or 2743248. OLE color: 2743248.

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

Color convert

RGB 208 219 41 -
CMYK 0.05 0 0.81 0.14
HSL 63.71º 0.71% 0.51% -
HSV(B) 63.71º 0.81% 0.86% -
XYZ 51.74 64.23 11.77 -
YUV 195.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 208 219 41 0.05 0 0.81 0.14 63.71 0.71 0.51
Hex D0 DB 29 5 0 51 E 40 47 33
Octal 320 333 51 5 0 121 16 100 107 63
Binary 11010000 11011011 101001 101 0 1010001 1110 1000000 1000111 110011

Color Harmonies of #D0DB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB29

Black with #D0DB29

Text Example


Text Example

White with #D0DB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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