Html Css Color HEX #D2DB46 Bitter Lemon

📋 copy color: '#D2DB46'

red 210 ◦ green 219 ◦ blue 70

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

Shades of Bitter Lemon #D2DB46

Tints of Bitter Lemon #D2DB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 42.08%
G = 43.89%
B = 14.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D2DB46 (or 0xD2DB46) is known color: Bitter Lemon. HEX triplet: D2, DB and 46. RGB value is (210,219,70). Sum of RGB (Red+Green+Blue) = 210+219+70=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB46 is #2D24B9. Grayscale: #C7C7C7. Windows color (decimal): -2958522 or 4643794. OLE color: 4643794.

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

Color convert

RGB 210 219 70 -
CMYK 0.04 0 0.68 0.14
HSL 63.62º 0.67% 0.57% -
HSV(B) 63.62º 0.68% 0.86% -
XYZ 53.02 64.81 15.51 -
YUV 199.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 210 219 70 0.04 0 0.68 0.14 63.62 0.67 0.57
Hex D2 DB 46 4 0 44 E 40 43 39
Octal 322 333 106 4 0 104 16 100 103 71
Binary 11010010 11011011 1000110 100 0 1000100 1110 1000000 1000011 111001

Color Harmonies of #D2DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB46

Black with #D2DB46

Text Example


Text Example

White with #D2DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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