Html Css Color HEX #D1D62B Bitter Lemon

📋 copy color: '#D1D62B'

red 209 ◦ green 214 ◦ blue 43

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

Shades of Bitter Lemon #D1D62B

Tints of Bitter Lemon #D1D62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 43 (17.19% from 255) = 9.23%

R = 44.85%
G = 45.92%
B = 9.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D1D62B (or 0xD1D62B) is known color: Bitter Lemon. HEX triplet: D1, D6 and 2B. RGB value is (209,214,43). Sum of RGB (Red+Green+Blue) = 209+214+43=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D62B is #2E29D4. Grayscale: #C1C1C1. Windows color (decimal): -3025365 or 2873041. OLE color: 2873041.

HSL color Cylindrical-coordinate representation of color #D1D62B: hue angle of 61.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1D62B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 43 -
CMYK 0.02 0 0.80 0.16
HSL 61.75º 0.68% 0.5% -
HSV(B) 61.75º 0.8% 0.84% -
XYZ 50.78 61.82 11.54 -
YUV 193.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 209 214 43 0.02 0 0.80 0.16 61.75 0.68 0.5
Hex D1 D6 2B 2 0 50 10 3E 44 32
Octal 321 326 53 2 0 120 20 76 104 62
Binary 11010001 11010110 101011 10 0 1010000 10000 111110 1000100 110010

Color Harmonies of #D1D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D62B

Black with #D1D62B

Text Example


Text Example

White with #D1D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D62B; }

 p { color: rgb(209,214,43); }

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

background-color css

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

 a { background-color: rgb(209,214,43); }

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

border-color css

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

 span { border-color: rgb(209,214,43); }

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