Html Css Color HEX #D3D134 Bitter Lemon

📋 copy color: '#D3D134'

red 211 ◦ green 209 ◦ blue 52

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

Shades of Bitter Lemon #D3D134

Tints of Bitter Lemon #D3D134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.02%

R = 44.7%
G = 44.28%
B = 11.02%

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

#D3D134 (or 0xD3D134) is known color: Bitter Lemon. HEX triplet: D3, D1 and 34. RGB value is (211,209,52). Sum of RGB (Red+Green+Blue) = 211+209+52=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D134 is #2C2ECB. Grayscale: #C0C0C0. Windows color (decimal): -2895564 or 3461587. OLE color: 3461587.

HSL color Cylindrical-coordinate representation of color #D3D134: hue angle of 59.25º 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 #D3D134 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 209 52 -
CMYK 0 0.01 0.75 0.17
HSL 59.25º 0.64% 0.52% -
HSV(B) 59.25º 0.75% 0.83% -
XYZ 50.28 59.7 12.12 -
YUV 191.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 211 209 52 0 0.01 0.75 0.17 59.25 0.64 0.52
Hex D3 D1 34 0 1 4B 11 3B 40 34
Octal 323 321 64 0 1 113 21 73 100 64
Binary 11010011 11010001 110100 0 1 1001011 10001 111011 1000000 110100

Color Harmonies of #D3D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D134

Black with #D3D134

Text Example


Text Example

White with #D3D134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D134; }

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

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

background-color css

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

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

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

border-color css

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

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

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