Html Css Color HEX #DDDD1D Bitter Lemon

📋 copy color: '#DDDD1D'

red 221 ◦ green 221 ◦ blue 29

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

Shades of Bitter Lemon #DDDD1D

Tints of Bitter Lemon #DDDD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.16%

R = 46.92%
G = 46.92%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDDD1D (or 0xDDDD1D) is known color: Bitter Lemon. HEX triplet: DD, DD and 1D. RGB value is (221,221,29). Sum of RGB (Red+Green+Blue) = 221+221+29=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD1D is #2222E2. Grayscale: #C7C7C7. Windows color (decimal): -2237155 or 1957341. OLE color: 1957341.

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

Color convert

RGB 221 221 29 -
CMYK 0 0 0.87 0.13
HSL 60º 0.77% 0.49% -
HSV(B) 60º 0.87% 0.87% -
XYZ 55.9 67.17 11.18 -
YUV 199.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 221 221 29 0 0 0.87 0.13 60 0.77 0.49
Hex DD DD 1D 0 0 57 D 3C 4D 31
Octal 335 335 35 0 0 127 15 74 115 61
Binary 11011101 11011101 11101 0 0 1010111 1101 111100 1001101 110001

Color Harmonies of #DDDD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD1D

Black with #DDDD1D

Text Example


Text Example

White with #DDDD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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