Html Css Color HEX #DDDD2E Bitter Lemon

📋 copy color: '#DDDD2E'

red 221 ◦ green 221 ◦ blue 46

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

Shades of Bitter Lemon #DDDD2E

Tints of Bitter Lemon #DDDD2E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

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

R = 45.29%
G = 45.29%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDDD2E (or 0xDDDD2E) is known color: Bitter Lemon. HEX triplet: DD, DD and 2E. RGB value is (221,221,46). Sum of RGB (Red+Green+Blue) = 221+221+46=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2E is #2222D1. Grayscale: #C9C9C9. Windows color (decimal): -2237138 or 3071453. OLE color: 3071453.

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

Color convert

RGB 221 221 46 -
CMYK 0 0 0.79 0.13
HSL 60º 0.72% 0.52% -
HSV(B) 60º 0.79% 0.87% -
XYZ 56.17 67.28 12.61 -
YUV 201.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 221 221 46 0 0 0.79 0.13 60 0.72 0.52
Hex DD DD 2E 0 0 4F D 3C 48 34
Octal 335 335 56 0 0 117 15 74 110 64
Binary 11011101 11011101 101110 0 0 1001111 1101 111100 1001000 110100

Color Harmonies of #DDDD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD2E

Black with #DDDD2E

Text Example


Text Example

White with #DDDD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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