Html Css Color HEX #D3DF38 Bitter Lemon

📋 copy color: '#D3DF38'

red 211 ◦ green 223 ◦ blue 56

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

Shades of Bitter Lemon #D3DF38

Tints of Bitter Lemon #D3DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 43.06%
G = 45.51%
B = 11.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#D3DF38 (or 0xD3DF38) is known color: Bitter Lemon. HEX triplet: D3, DF and 38. RGB value is (211,223,56). Sum of RGB (Red+Green+Blue) = 211+223+56=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF38 is #2C20C7. Grayscale: #C9C9C9. Windows color (decimal): -2891976 or 3727315. OLE color: 3727315.

HSL color Cylindrical-coordinate representation of color #D3DF38: hue angle of 64.31º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3DF38 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 223 56 -
CMYK 0.05 0 0.75 0.13
HSL 64.31º 0.72% 0.55% -
HSV(B) 64.31º 0.75% 0.87% -
XYZ 53.97 66.91 13.81 -
YUV 200.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 211 223 56 0.05 0 0.75 0.13 64.31 0.72 0.55
Hex D3 DF 38 5 0 4B D 40 48 37
Octal 323 337 70 5 0 113 15 100 110 67
Binary 11010011 11011111 111000 101 0 1001011 1101 1000000 1001000 110111

Color Harmonies of #D3DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DF38

Black with #D3DF38

Text Example


Text Example

White with #D3DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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