Html Css Color HEX #D1D725 Bitter Lemon

📋 copy color: '#D1D725'

red 209 ◦ green 215 ◦ blue 37

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

Shades of Bitter Lemon #D1D725

Tints of Bitter Lemon #D1D725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 45.34%
G = 46.64%
B = 8.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D1D725 (or 0xD1D725) is known color: Bitter Lemon. HEX triplet: D1, D7 and 25. RGB value is (209,215,37). Sum of RGB (Red+Green+Blue) = 209+215+37=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D725 is #2E28DA. Grayscale: #C1C1C1. Windows color (decimal): -3025115 or 2480081. OLE color: 2480081.

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

Color convert

RGB 209 215 37 -
CMYK 0.03 0 0.83 0.16
HSL 62.02º 0.71% 0.49% -
HSV(B) 62.02º 0.83% 0.84% -
XYZ 50.93 62.29 11.09 -
YUV 192.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 209 215 37 0.03 0 0.83 0.16 62.02 0.71 0.49
Hex D1 D7 25 3 0 53 10 3E 47 31
Octal 321 327 45 3 0 123 20 76 107 61
Binary 11010001 11010111 100101 11 0 1010011 10000 111110 1000111 110001

Color Harmonies of #D1D725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D725

Black with #D1D725

Text Example


Text Example

White with #D1D725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D725; }

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

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

background-color css

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

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

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

border-color css

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

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

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