Html Css Color HEX #DDDF2E Bitter Lemon

📋 copy color: '#DDDF2E'

red 221 ◦ green 223 ◦ blue 46

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

Shades of Bitter Lemon #DDDF2E

Tints of Bitter Lemon #DDDF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.39%

R = 45.1%
G = 45.51%
B = 9.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDDF2E (or 0xDDDF2E) is known color: Bitter Lemon. HEX triplet: DD, DF and 2E. RGB value is (221,223,46). Sum of RGB (Red+Green+Blue) = 221+223+46=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF2E is #2220D1. Grayscale: #CACACA. Windows color (decimal): -2236626 or 3071965. OLE color: 3071965.

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

Color convert

RGB 221 223 46 -
CMYK 0.01 0 0.79 0.13
HSL 60.68º 0.73% 0.53% -
HSV(B) 60.68º 0.79% 0.87% -
XYZ 56.7 68.34 12.79 -
YUV 202.22 39.84 141.39 -
System Red Green Blue C M Y K H S L
Decimal 221 223 46 0.01 0 0.79 0.13 60.68 0.73 0.53
Hex DD DF 2E 1 0 4F D 3D 49 35
Octal 335 337 56 1 0 117 15 75 111 65
Binary 11011101 11011111 101110 1 0 1001111 1101 111101 1001001 110101

Color Harmonies of #DDDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF2E

Black with #DDDF2E

Text Example


Text Example

White with #DDDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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