Html Css Color HEX #D2DB2D Bitter Lemon

📋 copy color: '#D2DB2D'

red 210 ◦ green 219 ◦ blue 45

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

Shades of Bitter Lemon #D2DB2D

Tints of Bitter Lemon #D2DB2D

RGB

 RED value IS 210 (82.42% from 255) = 44.3%

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

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 44.3%
G = 46.2%
B = 9.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#D2DB2D (or 0xD2DB2D) is known color: Bitter Lemon. HEX triplet: D2, DB and 2D. RGB value is (210,219,45). Sum of RGB (Red+Green+Blue) = 210+219+45=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB2D is #2D24D2. Grayscale: #C5C5C5. Windows color (decimal): -2958547 or 3005394. OLE color: 3005394.

HSL color Cylindrical-coordinate representation of color #D2DB2D: hue angle of 63.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2DB2D is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 45 -
CMYK 0.04 0 0.79 0.14
HSL 63.1º 0.71% 0.52% -
HSV(B) 63.1º 0.79% 0.86% -
XYZ 52.38 64.55 12.18 -
YUV 196.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 210 219 45 0.04 0 0.79 0.14 63.1 0.71 0.52
Hex D2 DB 2D 4 0 4F E 3F 47 34
Octal 322 333 55 4 0 117 16 77 107 64
Binary 11010010 11011011 101101 100 0 1001111 1110 111111 1000111 110100

Color Harmonies of #D2DB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB2D

Black with #D2DB2D

Text Example


Text Example

White with #D2DB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB2D; }

 p { color: rgb(210,219,45); }

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

background-color css

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

 a { background-color: rgb(210,219,45); }

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

border-color css

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

 span { border-color: rgb(210,219,45); }

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