Html Css Color HEX #D3D135 Bitter Lemon

📋 copy color: '#D3D135'

red 211 ◦ green 209 ◦ blue 53

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

Shades of Bitter Lemon #D3D135

Tints of Bitter Lemon #D3D135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 44.61%
G = 44.19%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D3D135 (or 0xD3D135) is known color: Bitter Lemon. HEX triplet: D3, D1 and 35. RGB value is (211,209,53). Sum of RGB (Red+Green+Blue) = 211+209+53=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D135 is #2C2ECA. Grayscale: #C0C0C0. Windows color (decimal): -2895563 or 3527123. OLE color: 3527123.

HSL color Cylindrical-coordinate representation of color #D3D135: hue angle of 59.24º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3D135 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 209 53 -
CMYK 0 0.01 0.75 0.17
HSL 59.24º 0.64% 0.52% -
HSV(B) 59.24º 0.75% 0.83% -
XYZ 50.31 59.71 12.24 -
YUV 191.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 211 209 53 0 0.01 0.75 0.17 59.24 0.64 0.52
Hex D3 D1 35 0 1 4B 11 3B 40 34
Octal 323 321 65 0 1 113 21 73 100 64
Binary 11010011 11010001 110101 0 1 1001011 10001 111011 1000000 110100

Color Harmonies of #D3D135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D135

Black with #D3D135

Text Example


Text Example

White with #D3D135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D135; }

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

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

background-color css

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

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

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

border-color css

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

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

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