Html Css Color HEX #D3D935 Bitter Lemon

📋 copy color: '#D3D935'

red 211 ◦ green 217 ◦ blue 53

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

Shades of Bitter Lemon #D3D935

Tints of Bitter Lemon #D3D935

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 43.87%
G = 45.11%
B = 11.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D3D935 (or 0xD3D935) is known color: Bitter Lemon. HEX triplet: D3, D9 and 35. RGB value is (211,217,53). Sum of RGB (Red+Green+Blue) = 211+217+53=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 53 (21.09% from 255 or 11.02% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D935 is #2C26CA. Grayscale: #C5C5C5. Windows color (decimal): -2893515 or 3529171. OLE color: 3529171.

HSL color Cylindrical-coordinate representation of color #D3D935: hue angle of 62.2º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3D935 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 217 53 -
CMYK 0.03 0 0.76 0.15
HSL 62.2º 0.68% 0.53% -
HSV(B) 62.2º 0.76% 0.85% -
XYZ 52.32 63.73 12.91 -
YUV 196.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 211 217 53 0.03 0 0.76 0.15 62.2 0.68 0.53
Hex D3 D9 35 3 0 4C F 3E 44 35
Octal 323 331 65 3 0 114 17 76 104 65
Binary 11010011 11011001 110101 11 0 1001100 1111 111110 1000100 110101

Color Harmonies of #D3D935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D935

Black with #D3D935

Text Example


Text Example

White with #D3D935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D935; }

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

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

background-color css

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

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

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

border-color css

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

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

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