Html Css Color HEX #D1D630 Bitter Lemon

📋 copy color: '#D1D630'

red 209 ◦ green 214 ◦ blue 48

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

Shades of Bitter Lemon #D1D630

Tints of Bitter Lemon #D1D630

RGB

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

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

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

R = 44.37%
G = 45.44%
B = 10.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D1D630 (or 0xD1D630) is known color: Bitter Lemon. HEX triplet: D1, D6 and 30. RGB value is (209,214,48). Sum of RGB (Red+Green+Blue) = 209+214+48=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D630 is #2E29CF. Grayscale: #C2C2C2. Windows color (decimal): -3025360 or 3200721. OLE color: 3200721.

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

Color convert

RGB 209 214 48 -
CMYK 0.02 0 0.78 0.16
HSL 61.81º 0.67% 0.51% -
HSV(B) 61.81º 0.78% 0.84% -
XYZ 50.87 61.86 12.06 -
YUV 193.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 209 214 48 0.02 0 0.78 0.16 61.81 0.67 0.51
Hex D1 D6 30 2 0 4E 10 3E 43 33
Octal 321 326 60 2 0 116 20 76 103 63
Binary 11010001 11010110 110000 10 0 1001110 10000 111110 1000011 110011

Color Harmonies of #D1D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D630

Black with #D1D630

Text Example


Text Example

White with #D1D630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D630; }

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

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

background-color css

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

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

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

border-color css

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

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

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