Html Css Color HEX #D1D53F Bitter Lemon

📋 copy color: '#D1D53F'

red 209 ◦ green 213 ◦ blue 63

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

Shades of Bitter Lemon #D1D53F

Tints of Bitter Lemon #D1D53F

RGB

 RED value IS 209 (82.03% from 255) = 43.09%

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 63 (25% from 255) = 12.99%

R = 43.09%
G = 43.92%
B = 12.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D1D53F (or 0xD1D53F) is known color: Bitter Lemon. HEX triplet: D1, D5 and 3F. RGB value is (209,213,63). Sum of RGB (Red+Green+Blue) = 209+213+63=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D53F is #2E2AC0. Grayscale: #C3C3C3. Windows color (decimal): -3025601 or 4183505. OLE color: 4183505.

HSL color Cylindrical-coordinate representation of color #D1D53F: hue angle of 61.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D53F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 63 -
CMYK 0.02 0 0.70 0.16
HSL 61.6º 0.64% 0.54% -
HSV(B) 61.6º 0.7% 0.84% -
XYZ 50.99 61.5 13.89 -
YUV 194.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 209 213 63 0.02 0 0.70 0.16 61.6 0.64 0.54
Hex D1 D5 3F 2 0 46 10 3E 40 36
Octal 321 325 77 2 0 106 20 76 100 66
Binary 11010001 11010101 111111 10 0 1000110 10000 111110 1000000 110110

Color Harmonies of #D1D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D53F

Black with #D1D53F

Text Example


Text Example

White with #D1D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D53F; }

 p { color: rgb(209,213,63); }

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

background-color css

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

 a { background-color: rgb(209,213,63); }

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

border-color css

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

 span { border-color: rgb(209,213,63); }

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