Html Css Color HEX #D5D22C Bitter Lemon

📋 copy color: '#D5D22C'

red 213 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #D5D22C

Tints of Bitter Lemon #D5D22C

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 45.61%
G = 44.97%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5D22C (or 0xD5D22C) is known color: Bitter Lemon. HEX triplet: D5, D2 and 2C. RGB value is (213,210,44). Sum of RGB (Red+Green+Blue) = 213+210+44=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D22C is #2A2DD3. Grayscale: #C0C0C0. Windows color (decimal): -2764244 or 2937557. OLE color: 2937557.

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

Color convert

RGB 213 210 44 -
CMYK 0 0.01 0.79 0.16
HSL 58.93º 0.67% 0.5% -
HSV(B) 58.93º 0.79% 0.84% -
XYZ 50.94 60.42 11.36 -
YUV 191.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 213 210 44 0 0.01 0.79 0.16 58.93 0.67 0.5
Hex D5 D2 2C 0 1 4F 10 3B 43 32
Octal 325 322 54 0 1 117 20 73 103 62
Binary 11010101 11010010 101100 0 1 1001111 10000 111011 1000011 110010

Color Harmonies of #D5D22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D22C

Black with #D5D22C

Text Example


Text Example

White with #D5D22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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