Html Css Color HEX #DDDF19 Bitter Lemon

📋 copy color: '#DDDF19'

red 221 ◦ green 223 ◦ blue 25

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

Shades of Bitter Lemon #DDDF19

Tints of Bitter Lemon #DDDF19

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

 BLUE value IS 25 (10.16% from 255) = 5.33%

R = 47.12%
G = 47.55%
B = 5.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDDF19 (or 0xDDDF19) is known color: Bitter Lemon. HEX triplet: DD, DF and 19. RGB value is (221,223,25). Sum of RGB (Red+Green+Blue) = 221+223+25=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF19 is #2220E6. Grayscale: #C8C8C8. Windows color (decimal): -2236647 or 1695709. OLE color: 1695709.

HSL color Cylindrical-coordinate representation of color #DDDF19: hue angle of 60.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDDF19 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 25 -
CMYK 0.01 0 0.89 0.13
HSL 60.61º 0.8% 0.49% -
HSV(B) 60.61º 0.89% 0.87% -
XYZ 56.38 68.22 11.12 -
YUV 199.83 29.34 143.1 -
System Red Green Blue C M Y K H S L
Decimal 221 223 25 0.01 0 0.89 0.13 60.61 0.8 0.49
Hex DD DF 19 1 0 59 D 3D 50 31
Octal 335 337 31 1 0 131 15 75 120 61
Binary 11011101 11011111 11001 1 0 1011001 1101 111101 1010000 110001

Color Harmonies of #DDDF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF19

Black with #DDDF19

Text Example


Text Example

White with #DDDF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF19; }

 p { color: rgb(221,223,25); }

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

background-color css

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

 a { background-color: rgb(221,223,25); }

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

border-color css

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

 span { border-color: rgb(221,223,25); }

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