Html Css Color HEX #DDDE1F Bitter Lemon

📋 copy color: '#DDDE1F'

red 221 ◦ green 222 ◦ blue 31

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

Shades of Bitter Lemon #DDDE1F

Tints of Bitter Lemon #DDDE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.54%

R = 46.62%
G = 46.84%
B = 6.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDDE1F (or 0xDDDE1F) is known color: Bitter Lemon. HEX triplet: DD, DE and 1F. RGB value is (221,222,31). Sum of RGB (Red+Green+Blue) = 221+222+31=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE1F is #2221E0. Grayscale: #C8C8C8. Windows color (decimal): -2236897 or 2088669. OLE color: 2088669.

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

Color convert

RGB 221 222 31 -
CMYK 0.00 0 0.86 0.13
HSL 60.31º 0.75% 0.5% -
HSV(B) 60.31º 0.86% 0.87% -
XYZ 56.19 67.71 11.4 -
YUV 199.93 32.67 143.03 -
System Red Green Blue C M Y K H S L
Decimal 221 222 31 0.00 0 0.86 0.13 60.31 0.75 0.5
Hex DD DE 1F 0 0 56 D 3C 4B 32
Octal 335 336 37 0 0 126 15 74 113 62
Binary 11011101 11011110 11111 0 0 1010110 1101 111100 1001011 110010

Color Harmonies of #DDDE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE1F

Black with #DDDE1F

Text Example


Text Example

White with #DDDE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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