Html Css Color HEX #D3DC35 Bitter Lemon

📋 copy color: '#D3DC35'

red 211 ◦ green 220 ◦ blue 53

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

Shades of Bitter Lemon #D3DC35

Tints of Bitter Lemon #D3DC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.95%

R = 43.6%
G = 45.45%
B = 10.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#D3DC35 (or 0xD3DC35) is known color: Bitter Lemon. HEX triplet: D3, DC and 35. RGB value is (211,220,53). Sum of RGB (Red+Green+Blue) = 211+220+53=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DC35 is #2C23CA. Grayscale: #C6C6C6. Windows color (decimal): -2892747 or 3529939. OLE color: 3529939.

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

Color convert

RGB 211 220 53 -
CMYK 0.04 0 0.76 0.14
HSL 63.23º 0.7% 0.54% -
HSV(B) 63.23º 0.76% 0.86% -
XYZ 53.1 65.29 13.17 -
YUV 198.27 46.02 137.08 -
System Red Green Blue C M Y K H S L
Decimal 211 220 53 0.04 0 0.76 0.14 63.23 0.7 0.54
Hex D3 DC 35 4 0 4C E 3F 46 36
Octal 323 334 65 4 0 114 16 77 106 66
Binary 11010011 11011100 110101 100 0 1001100 1110 111111 1000110 110110

Color Harmonies of #D3DC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC35

Black with #D3DC35

Text Example


Text Example

White with #D3DC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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