Html Css Color HEX #D0D91F Bitter Lemon

📋 copy color: '#D0D91F'

red 208 ◦ green 217 ◦ blue 31

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

Shades of Bitter Lemon #D0D91F

Tints of Bitter Lemon #D0D91F

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

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

 BLUE value IS 31 (12.5% from 255) = 6.8%

R = 45.61%
G = 47.59%
B = 6.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D0D91F (or 0xD0D91F) is known color: Bitter Lemon. HEX triplet: D0, D9 and 1F. RGB value is (208,217,31). Sum of RGB (Red+Green+Blue) = 208+217+31=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D91F is #2F26E0. Grayscale: #C1C1C1. Windows color (decimal): -3090145 or 2087376. OLE color: 2087376.

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

Color convert

RGB 208 217 31 -
CMYK 0.04 0 0.86 0.15
HSL 62.9º 0.75% 0.49% -
HSV(B) 62.9º 0.86% 0.85% -
XYZ 51.07 63.13 10.79 -
YUV 193.11 36.52 138.62 -
System Red Green Blue C M Y K H S L
Decimal 208 217 31 0.04 0 0.86 0.15 62.9 0.75 0.49
Hex D0 D9 1F 4 0 56 F 3F 4B 31
Octal 320 331 37 4 0 126 17 77 113 61
Binary 11010000 11011001 11111 100 0 1010110 1111 111111 1001011 110001

Color Harmonies of #D0D91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D91F

Black with #D0D91F

Text Example


Text Example

White with #D0D91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D91F; }

 p { color: rgb(208,217,31); }

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

background-color css

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

 a { background-color: rgb(208,217,31); }

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

border-color css

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

 span { border-color: rgb(208,217,31); }

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