Html Css Color HEX #D3DC25 Bitter Lemon

📋 copy color: '#D3DC25'

red 211 ◦ green 220 ◦ blue 37

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

Shades of Bitter Lemon #D3DC25

Tints of Bitter Lemon #D3DC25

RGB

 RED value IS 211 (82.81% from 255) = 45.09%

 GREEN value IS 220 (86.33% from 255) = 47.01%

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

R = 45.09%
G = 47.01%
B = 7.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#D3DC25 (or 0xD3DC25) is known color: Bitter Lemon. HEX triplet: D3, DC and 25. RGB value is (211,220,37). Sum of RGB (Red+Green+Blue) = 211+220+37=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC25 is #2C23DA. Grayscale: #C5C5C5. Windows color (decimal): -2892763 or 2481363. OLE color: 2481363.

HSL color Cylindrical-coordinate representation of color #D3DC25: hue angle of 62.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3DC25 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 37 -
CMYK 0.04 0 0.83 0.14
HSL 62.95º 0.72% 0.5% -
HSV(B) 62.95º 0.83% 0.86% -
XYZ 52.79 65.17 11.55 -
YUV 196.45 38.02 138.38 -
System Red Green Blue C M Y K H S L
Decimal 211 220 37 0.04 0 0.83 0.14 62.95 0.72 0.5
Hex D3 DC 25 4 0 53 E 3F 48 32
Octal 323 334 45 4 0 123 16 77 110 62
Binary 11010011 11011100 100101 100 0 1010011 1110 111111 1001000 110010

Color Harmonies of #D3DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC25

Black with #D3DC25

Text Example


Text Example

White with #D3DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC25; }

 p { color: rgb(211,220,37); }

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

background-color css

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

 a { background-color: rgb(211,220,37); }

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

border-color css

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

 span { border-color: rgb(211,220,37); }

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