Html Css Color HEX #D5DD23 Bitter Lemon

📋 copy color: '#D5DD23'

red 213 ◦ green 221 ◦ blue 35

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

Shades of Bitter Lemon #D5DD23

Tints of Bitter Lemon #D5DD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 45.42%
G = 47.12%
B = 7.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#D5DD23 (or 0xD5DD23) is known color: Bitter Lemon. HEX triplet: D5, DD and 23. RGB value is (213,221,35). Sum of RGB (Red+Green+Blue) = 213+221+35=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD23 is #2A22DC. Grayscale: #C6C6C6. Windows color (decimal): -2761437 or 2350549. OLE color: 2350549.

HSL color Cylindrical-coordinate representation of color #D5DD23: hue angle of 62.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5DD23 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 35 -
CMYK 0.04 0 0.84 0.13
HSL 62.58º 0.73% 0.5% -
HSV(B) 62.58º 0.84% 0.87% -
XYZ 53.6 65.98 11.5 -
YUV 197.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 213 221 35 0.04 0 0.84 0.13 62.58 0.73 0.5
Hex D5 DD 23 4 0 54 D 3F 49 32
Octal 325 335 43 4 0 124 15 77 111 62
Binary 11010101 11011101 100011 100 0 1010100 1101 111111 1001001 110010

Color Harmonies of #D5DD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD23

Black with #D5DD23

Text Example


Text Example

White with #D5DD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD23; }

 p { color: rgb(213,221,35); }

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

background-color css

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

 a { background-color: rgb(213,221,35); }

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

border-color css

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

 span { border-color: rgb(213,221,35); }

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