Html Css Color HEX #D3DC38 Bitter Lemon

📋 copy color: '#D3DC38'

red 211 ◦ green 220 ◦ blue 56

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

Shades of Bitter Lemon #D3DC38

Tints of Bitter Lemon #D3DC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 43.33%
G = 45.17%
B = 11.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#D3DC38 (or 0xD3DC38) is known color: Bitter Lemon. HEX triplet: D3, DC and 38. RGB value is (211,220,56). Sum of RGB (Red+Green+Blue) = 211+220+56=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC38 is #2C23C7. Grayscale: #C7C7C7. Windows color (decimal): -2892744 or 3726547. OLE color: 3726547.

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

Color convert

RGB 211 220 56 -
CMYK 0.04 0 0.75 0.14
HSL 63.29º 0.7% 0.54% -
HSV(B) 63.29º 0.75% 0.86% -
XYZ 53.17 65.32 13.55 -
YUV 198.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 211 220 56 0.04 0 0.75 0.14 63.29 0.7 0.54
Hex D3 DC 38 4 0 4B E 3F 46 36
Octal 323 334 70 4 0 113 16 77 106 66
Binary 11010011 11011100 111000 100 0 1001011 1110 111111 1000110 110110

Color Harmonies of #D3DC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC38

Black with #D3DC38

Text Example


Text Example

White with #D3DC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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