Html Css Color HEX #D2D12F Bitter Lemon

📋 copy color: '#D2D12F'

red 210 ◦ green 209 ◦ blue 47

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

Shades of Bitter Lemon #D2D12F

Tints of Bitter Lemon #D2D12F

RGB

 RED value IS 210 (82.42% from 255) = 45.06%

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 45.06%
G = 44.85%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2D12F (or 0xD2D12F) is known color: Bitter Lemon. HEX triplet: D2, D1 and 2F. RGB value is (210,209,47). Sum of RGB (Red+Green+Blue) = 210+209+47=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D12F is #2D2ED0. Grayscale: #BFBFBF. Windows color (decimal): -2961105 or 3133906. OLE color: 3133906.

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

Color convert

RGB 210 209 47 -
CMYK 0 0.00 0.78 0.18
HSL 59.63º 0.64% 0.5% -
HSV(B) 59.63º 0.78% 0.82% -
XYZ 49.89 59.51 11.55 -
YUV 190.83 46.83 141.67 -
System Red Green Blue C M Y K H S L
Decimal 210 209 47 0 0.00 0.78 0.18 59.63 0.64 0.5
Hex D2 D1 2F 0 0 4E 12 3C 40 32
Octal 322 321 57 0 0 116 22 74 100 62
Binary 11010010 11010001 101111 0 0 1001110 10010 111100 1000000 110010

Color Harmonies of #D2D12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D12F

Black with #D2D12F

Text Example


Text Example

White with #D2D12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D12F; }

 p { color: rgb(210,209,47); }

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

background-color css

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

 a { background-color: rgb(210,209,47); }

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

border-color css

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

 span { border-color: rgb(210,209,47); }

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