Html Css Color HEX #DDDF1A Bitter Lemon

📋 copy color: '#DDDF1A'

red 221 ◦ green 223 ◦ blue 26

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

Shades of Bitter Lemon #DDDF1A

Tints of Bitter Lemon #DDDF1A

RGB

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

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

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

R = 47.02%
G = 47.45%
B = 5.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDDF1A (or 0xDDDF1A) is known color: Bitter Lemon. HEX triplet: DD, DF and 1A. RGB value is (221,223,26). Sum of RGB (Red+Green+Blue) = 221+223+26=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF1A is #2220E5. Grayscale: #C8C8C8. Windows color (decimal): -2236646 or 1761245. OLE color: 1761245.

HSL color Cylindrical-coordinate representation of color #DDDF1A: hue angle of 60.61º 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 #DDDF1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 26 -
CMYK 0.01 0 0.88 0.13
HSL 60.61º 0.79% 0.49% -
HSV(B) 60.61º 0.88% 0.87% -
XYZ 56.39 68.22 11.17 -
YUV 199.94 29.84 143.02 -
System Red Green Blue C M Y K H S L
Decimal 221 223 26 0.01 0 0.88 0.13 60.61 0.79 0.49
Hex DD DF 1A 1 0 58 D 3D 4F 31
Octal 335 337 32 1 0 130 15 75 117 61
Binary 11011101 11011111 11010 1 0 1011000 1101 111101 1001111 110001

Color Harmonies of #DDDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF1A

Black with #DDDF1A

Text Example


Text Example

White with #DDDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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