Html Css Color HEX #D1D730 Bitter Lemon

📋 copy color: '#D1D730'

red 209 ◦ green 215 ◦ blue 48

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

Shades of Bitter Lemon #D1D730

Tints of Bitter Lemon #D1D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 44.28%
G = 45.55%
B = 10.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D1D730 (or 0xD1D730) is known color: Bitter Lemon. HEX triplet: D1, D7 and 30. RGB value is (209,215,48). Sum of RGB (Red+Green+Blue) = 209+215+48=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D730 is #2E28CF. Grayscale: #C2C2C2. Windows color (decimal): -3025104 or 3200977. OLE color: 3200977.

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

Color convert

RGB 209 215 48 -
CMYK 0.03 0 0.78 0.16
HSL 62.16º 0.68% 0.52% -
HSV(B) 62.16º 0.78% 0.84% -
XYZ 51.13 62.37 12.14 -
YUV 194.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 209 215 48 0.03 0 0.78 0.16 62.16 0.68 0.52
Hex D1 D7 30 3 0 4E 10 3E 44 34
Octal 321 327 60 3 0 116 20 76 104 64
Binary 11010001 11010111 110000 11 0 1001110 10000 111110 1000100 110100

Color Harmonies of #D1D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D730

Black with #D1D730

Text Example


Text Example

White with #D1D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D730; }

 p { color: rgb(209,215,48); }

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

background-color css

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

 a { background-color: rgb(209,215,48); }

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

border-color css

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

 span { border-color: rgb(209,215,48); }

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