Html Css Color HEX #D2D91E Bitter Lemon

📋 copy color: '#D2D91E'

red 210 ◦ green 217 ◦ blue 30

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

Shades of Bitter Lemon #D2D91E

Tints of Bitter Lemon #D2D91E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

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

R = 45.95%
G = 47.48%
B = 6.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D2D91E (or 0xD2D91E) is known color: Bitter Lemon. HEX triplet: D2, D9 and 1E. RGB value is (210,217,30). Sum of RGB (Red+Green+Blue) = 210+217+30=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D91E is #2D26E1. Grayscale: #C2C2C2. Windows color (decimal): -2959074 or 2021842. OLE color: 2021842.

HSL color Cylindrical-coordinate representation of color #D2D91E: hue angle of 62.25º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2D91E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 30 -
CMYK 0.03 0 0.86 0.15
HSL 62.25º 0.76% 0.48% -
HSV(B) 62.25º 0.86% 0.85% -
XYZ 51.63 63.42 10.75 -
YUV 193.59 35.68 139.71 -
System Red Green Blue C M Y K H S L
Decimal 210 217 30 0.03 0 0.86 0.15 62.25 0.76 0.48
Hex D2 D9 1E 3 0 56 F 3E 4C 30
Octal 322 331 36 3 0 126 17 76 114 60
Binary 11010010 11011001 11110 11 0 1010110 1111 111110 1001100 110000

Color Harmonies of #D2D91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D91E

Black with #D2D91E

Text Example


Text Example

White with #D2D91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D91E; }

 p { color: rgb(210,217,30); }

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

background-color css

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

 a { background-color: rgb(210,217,30); }

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

border-color css

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

 span { border-color: rgb(210,217,30); }

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