Html Css Color HEX #D2D936 Bitter Lemon

📋 copy color: '#D2D936'

red 210 ◦ green 217 ◦ blue 54

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

Shades of Bitter Lemon #D2D936

Tints of Bitter Lemon #D2D936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.23%

R = 43.66%
G = 45.11%
B = 11.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D2D936 (or 0xD2D936) is known color: Bitter Lemon. HEX triplet: D2, D9 and 36. RGB value is (210,217,54). Sum of RGB (Red+Green+Blue) = 210+217+54=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D936 is #2D26C9. Grayscale: #C4C4C4. Windows color (decimal): -2959050 or 3594706. OLE color: 3594706.

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

Color convert

RGB 210 217 54 -
CMYK 0.03 0 0.75 0.15
HSL 62.58º 0.68% 0.53% -
HSV(B) 62.58º 0.75% 0.85% -
XYZ 52.06 63.59 13.02 -
YUV 196.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 210 217 54 0.03 0 0.75 0.15 62.58 0.68 0.53
Hex D2 D9 36 3 0 4B F 3F 44 35
Octal 322 331 66 3 0 113 17 77 104 65
Binary 11010010 11011001 110110 11 0 1001011 1111 111111 1000100 110101

Color Harmonies of #D2D936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D936

Black with #D2D936

Text Example


Text Example

White with #D2D936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D936; }

 p { color: rgb(210,217,54); }

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

background-color css

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

 a { background-color: rgb(210,217,54); }

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

border-color css

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

 span { border-color: rgb(210,217,54); }

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