Html Css Color HEX #DDDB2A Bitter Lemon

📋 copy color: '#DDDB2A'

red 221 ◦ green 219 ◦ blue 42

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

Shades of Bitter Lemon #DDDB2A

Tints of Bitter Lemon #DDDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 45.85%
G = 45.44%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDDB2A (or 0xDDDB2A) is known color: Bitter Lemon. HEX triplet: DD, DB and 2A. RGB value is (221,219,42). Sum of RGB (Red+Green+Blue) = 221+219+42=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB2A is #2224D5. Grayscale: #C8C8C8. Windows color (decimal): -2237654 or 2808797. OLE color: 2808797.

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

Color convert

RGB 221 219 42 -
CMYK 0 0.01 0.81 0.13
HSL 59.33º 0.72% 0.52% -
HSV(B) 59.33º 0.81% 0.87% -
XYZ 55.57 66.2 12.04 -
YUV 199.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 221 219 42 0 0.01 0.81 0.13 59.33 0.72 0.52
Hex DD DB 2A 0 1 51 D 3B 48 34
Octal 335 333 52 0 1 121 15 73 110 64
Binary 11011101 11011011 101010 0 1 1010001 1101 111011 1001000 110100

Color Harmonies of #DDDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB2A

Black with #DDDB2A

Text Example


Text Example

White with #DDDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB2A; }

 p { color: rgb(221,219,42); }

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

background-color css

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

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

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

border-color css

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

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

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