Html Css Color HEX #D2DB48 Bitter Lemon

📋 copy color: '#D2DB48'

red 210 ◦ green 219 ◦ blue 72

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

Shades of Bitter Lemon #D2DB48

Tints of Bitter Lemon #D2DB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 41.92%
G = 43.71%
B = 14.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D2DB48 (or 0xD2DB48) is known color: Bitter Lemon. HEX triplet: D2, DB and 48. RGB value is (210,219,72). Sum of RGB (Red+Green+Blue) = 210+219+72=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB48 is #2D24B7. Grayscale: #C8C8C8. Windows color (decimal): -2958520 or 4774866. OLE color: 4774866.

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

Color convert

RGB 210 219 72 -
CMYK 0.04 0 0.67 0.14
HSL 63.67º 0.67% 0.57% -
HSV(B) 63.67º 0.67% 0.86% -
XYZ 53.08 64.83 15.85 -
YUV 199.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 210 219 72 0.04 0 0.67 0.14 63.67 0.67 0.57
Hex D2 DB 48 4 0 43 E 40 43 39
Octal 322 333 110 4 0 103 16 100 103 71
Binary 11010010 11011011 1001000 100 0 1000011 1110 1000000 1000011 111001

Color Harmonies of #D2DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB48

Black with #D2DB48

Text Example


Text Example

White with #D2DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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