Html Css Color HEX #DDDE1A Bitter Lemon

📋 copy color: '#DDDE1A'

red 221 ◦ green 222 ◦ blue 26

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

Shades of Bitter Lemon #DDDE1A

Tints of Bitter Lemon #DDDE1A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.33%

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 47.12%
G = 47.33%
B = 5.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDDE1A (or 0xDDDE1A) is known color: Bitter Lemon. HEX triplet: DD, DE and 1A. RGB value is (221,222,26). Sum of RGB (Red+Green+Blue) = 221+222+26=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE1A is #2221E5. Grayscale: #C8C8C8. Windows color (decimal): -2236902 or 1760989. OLE color: 1760989.

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

Color convert

RGB 221 222 26 -
CMYK 0.00 0 0.88 0.13
HSL 60.31º 0.79% 0.49% -
HSV(B) 60.31º 0.88% 0.87% -
XYZ 56.13 67.69 11.08 -
YUV 199.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 221 222 26 0.00 0 0.88 0.13 60.31 0.79 0.49
Hex DD DE 1A 0 0 58 D 3C 4F 31
Octal 335 336 32 0 0 130 15 74 117 61
Binary 11011101 11011110 11010 0 0 1011000 1101 111100 1001111 110001

Color Harmonies of #DDDE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE1A

Black with #DDDE1A

Text Example


Text Example

White with #DDDE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE1A; }

 p { color: rgb(221,222,26); }

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

background-color css

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

 a { background-color: rgb(221,222,26); }

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

border-color css

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

 span { border-color: rgb(221,222,26); }

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