Html Css Color HEX #D2D92F Bitter Lemon

📋 copy color: '#D2D92F'

red 210 ◦ green 217 ◦ blue 47

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

Shades of Bitter Lemon #D2D92F

Tints of Bitter Lemon #D2D92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.92%

R = 44.3%
G = 45.78%
B = 9.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D2D92F (or 0xD2D92F) is known color: Bitter Lemon. HEX triplet: D2, D9 and 2F. RGB value is (210,217,47). Sum of RGB (Red+Green+Blue) = 210+217+47=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D92F is #2D26D0. Grayscale: #C4C4C4. Windows color (decimal): -2959057 or 3135954. OLE color: 3135954.

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

Color convert

RGB 210 217 47 -
CMYK 0.03 0 0.78 0.15
HSL 62.47º 0.69% 0.52% -
HSV(B) 62.47º 0.78% 0.85% -
XYZ 51.9 63.53 12.22 -
YUV 195.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 210 217 47 0.03 0 0.78 0.15 62.47 0.69 0.52
Hex D2 D9 2F 3 0 4E F 3E 45 34
Octal 322 331 57 3 0 116 17 76 105 64
Binary 11010010 11011001 101111 11 0 1001110 1111 111110 1000101 110100

Color Harmonies of #D2D92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D92F

Black with #D2D92F

Text Example


Text Example

White with #D2D92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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