Html Css Color HEX #D1D034 Bitter Lemon

📋 copy color: '#D1D034'

red 209 ◦ green 208 ◦ blue 52

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

Shades of Bitter Lemon #D1D034

Tints of Bitter Lemon #D1D034

RGB

 RED value IS 209 (82.03% from 255) = 44.56%

 GREEN value IS 208 (81.64% from 255) = 44.35%

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

R = 44.56%
G = 44.35%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1D034 (or 0xD1D034) is known color: Bitter Lemon. HEX triplet: D1, D0 and 34. RGB value is (209,208,52). Sum of RGB (Red+Green+Blue) = 209+208+52=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D034 is #2E2FCB. Grayscale: #BFBFBF. Windows color (decimal): -3026892 or 3461329. OLE color: 3461329.

HSL color Cylindrical-coordinate representation of color #D1D034: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1D034 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 52 -
CMYK 0 0.00 0.75 0.18
HSL 59.62º 0.63% 0.51% -
HSV(B) 59.62º 0.75% 0.82% -
XYZ 49.47 58.91 12.01 -
YUV 190.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 209 208 52 0 0.00 0.75 0.18 59.62 0.63 0.51
Hex D1 D0 34 0 0 4B 12 3C 3F 33
Octal 321 320 64 0 0 113 22 74 77 63
Binary 11010001 11010000 110100 0 0 1001011 10010 111100 111111 110011

Color Harmonies of #D1D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D034

Black with #D1D034

Text Example


Text Example

White with #D1D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D034; }

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

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

background-color css

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

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

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

border-color css

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

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

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