Html Css Color HEX #D0DB1E Bitter Lemon

📋 copy color: '#D0DB1E'

red 208 ◦ green 219 ◦ blue 30

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

Shades of Bitter Lemon #D0DB1E

Tints of Bitter Lemon #D0DB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.56%

R = 45.51%
G = 47.92%
B = 6.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#D0DB1E (or 0xD0DB1E) is known color: Bitter Lemon. HEX triplet: D0, DB and 1E. RGB value is (208,219,30). Sum of RGB (Red+Green+Blue) = 208+219+30=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DB1E is #2F24E1. Grayscale: #C2C2C2. Windows color (decimal): -3089634 or 2022352. OLE color: 2022352.

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

Color convert

RGB 208 219 30 -
CMYK 0.05 0 0.86 0.14
HSL 63.49º 0.76% 0.49% -
HSV(B) 63.49º 0.86% 0.86% -
XYZ 51.58 64.17 10.9 -
YUV 194.17 35.36 137.87 -
System Red Green Blue C M Y K H S L
Decimal 208 219 30 0.05 0 0.86 0.14 63.49 0.76 0.49
Hex D0 DB 1E 5 0 56 E 3F 4C 31
Octal 320 333 36 5 0 126 16 77 114 61
Binary 11010000 11011011 11110 101 0 1010110 1110 111111 1001100 110001

Color Harmonies of #D0DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB1E

Black with #D0DB1E

Text Example


Text Example

White with #D0DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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