Html Css Color HEX #DDDD2D Bitter Lemon

📋 copy color: '#DDDD2D'

red 221 ◦ green 221 ◦ blue 45

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

Shades of Bitter Lemon #DDDD2D

Tints of Bitter Lemon #DDDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 45.38%
G = 45.38%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDDD2D (or 0xDDDD2D) is known color: Bitter Lemon. HEX triplet: DD, DD and 2D. RGB value is (221,221,45). Sum of RGB (Red+Green+Blue) = 221+221+45=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD2D is #2222D2. Grayscale: #C9C9C9. Windows color (decimal): -2237139 or 3005917. OLE color: 3005917.

HSL color Cylindrical-coordinate representation of color #DDDD2D: 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.8%. Process color model (Four color, CMYK) of #DDDD2D is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 45 -
CMYK 0 0 0.80 0.13
HSL 60º 0.72% 0.52% -
HSV(B) 60º 0.8% 0.87% -
XYZ 56.15 67.27 12.51 -
YUV 200.94 40 142.31 -
System Red Green Blue C M Y K H S L
Decimal 221 221 45 0 0 0.80 0.13 60 0.72 0.52
Hex DD DD 2D 0 0 50 D 3C 48 34
Octal 335 335 55 0 0 120 15 74 110 64
Binary 11011101 11011101 101101 0 0 1010000 1101 111100 1001000 110100

Color Harmonies of #DDDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD2D

Black with #DDDD2D

Text Example


Text Example

White with #DDDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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