Html Css Color HEX #D2D92E Bitter Lemon

📋 copy color: '#D2D92E'

red 210 ◦ green 217 ◦ blue 46

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

Shades of Bitter Lemon #D2D92E

Tints of Bitter Lemon #D2D92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 44.4%
G = 45.88%
B = 9.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D2D92E (or 0xD2D92E) is known color: Bitter Lemon. HEX triplet: D2, D9 and 2E. RGB value is (210,217,46). Sum of RGB (Red+Green+Blue) = 210+217+46=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D92E is #2D26D1. Grayscale: #C4C4C4. Windows color (decimal): -2959058 or 3070418. OLE color: 3070418.

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

Color convert

RGB 210 217 46 -
CMYK 0.03 0 0.79 0.15
HSL 62.46º 0.69% 0.52% -
HSV(B) 62.46º 0.79% 0.85% -
XYZ 51.88 63.52 12.11 -
YUV 195.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 210 217 46 0.03 0 0.79 0.15 62.46 0.69 0.52
Hex D2 D9 2E 3 0 4F F 3E 45 34
Octal 322 331 56 3 0 117 17 76 105 64
Binary 11010010 11011001 101110 11 0 1001111 1111 111110 1000101 110100

Color Harmonies of #D2D92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D92E

Black with #D2D92E

Text Example


Text Example

White with #D2D92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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