Html Css Color HEX #D0DB22 Bitter Lemon

📋 copy color: '#D0DB22'

red 208 ◦ green 219 ◦ blue 34

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

Shades of Bitter Lemon #D0DB22

Tints of Bitter Lemon #D0DB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 45.12%
G = 47.51%
B = 7.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#D0DB22 (or 0xD0DB22) is known color: Bitter Lemon. HEX triplet: D0, DB and 22. RGB value is (208,219,34). Sum of RGB (Red+Green+Blue) = 208+219+34=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB22 is #2F24DD. Grayscale: #C3C3C3. Windows color (decimal): -3089630 or 2284496. OLE color: 2284496.

HSL color Cylindrical-coordinate representation of color #D0DB22: hue angle of 63.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0DB22 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 34 -
CMYK 0.05 0 0.84 0.14
HSL 63.57º 0.73% 0.5% -
HSV(B) 63.57º 0.84% 0.86% -
XYZ 51.63 64.19 11.18 -
YUV 194.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 208 219 34 0.05 0 0.84 0.14 63.57 0.73 0.5
Hex D0 DB 22 5 0 54 E 40 49 32
Octal 320 333 42 5 0 124 16 100 111 62
Binary 11010000 11011011 100010 101 0 1010100 1110 1000000 1001001 110010

Color Harmonies of #D0DB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB22

Black with #D0DB22

Text Example


Text Example

White with #D0DB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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