Html Css Color HEX #D2D53A Bitter Lemon

📋 copy color: '#D2D53A'

red 210 ◦ green 213 ◦ blue 58

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

Shades of Bitter Lemon #D2D53A

Tints of Bitter Lemon #D2D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

 BLUE value IS 58 (23.05% from 255) = 12.06%

R = 43.66%
G = 44.28%
B = 12.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D2D53A (or 0xD2D53A) is known color: Bitter Lemon. HEX triplet: D2, D5 and 3A. RGB value is (210,213,58). Sum of RGB (Red+Green+Blue) = 210+213+58=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D53A is #2D2AC5. Grayscale: #C3C3C3. Windows color (decimal): -2960070 or 3855826. OLE color: 3855826.

HSL color Cylindrical-coordinate representation of color #D2D53A: hue angle of 61.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2D53A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 213 58 -
CMYK 0.01 0 0.73 0.16
HSL 61.16º 0.65% 0.53% -
HSV(B) 61.16º 0.73% 0.84% -
XYZ 51.14 61.6 13.2 -
YUV 194.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 210 213 58 0.01 0 0.73 0.16 61.16 0.65 0.53
Hex D2 D5 3A 1 0 49 10 3D 41 35
Octal 322 325 72 1 0 111 20 75 101 65
Binary 11010010 11010101 111010 1 0 1001001 10000 111101 1000001 110101

Color Harmonies of #D2D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D53A

Black with #D2D53A

Text Example


Text Example

White with #D2D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D53A; }

 p { color: rgb(210,213,58); }

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

background-color css

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

 a { background-color: rgb(210,213,58); }

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

border-color css

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

 span { border-color: rgb(210,213,58); }

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