Html Css Color HEX #DDD922 Bitter Lemon

📋 copy color: '#DDD922'

red 221 ◦ green 217 ◦ blue 34

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

Shades of Bitter Lemon #DDD922

Tints of Bitter Lemon #DDD922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 34 (13.67% from 255) = 7.2%

R = 46.82%
G = 45.97%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDD922 (or 0xDDD922) is known color: Bitter Lemon. HEX triplet: DD, D9 and 22. RGB value is (221,217,34). Sum of RGB (Red+Green+Blue) = 221+217+34=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD922 is #2226DD. Grayscale: #C6C6C6. Windows color (decimal): -2238174 or 2283997. OLE color: 2283997.

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

Color convert

RGB 221 217 34 -
CMYK 0 0.02 0.85 0.13
HSL 58.72º 0.73% 0.5% -
HSV(B) 58.72º 0.85% 0.87% -
XYZ 54.92 65.11 11.19 -
YUV 197.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 221 217 34 0 0.02 0.85 0.13 58.72 0.73 0.5
Hex DD D9 22 0 2 55 D 3B 49 32
Octal 335 331 42 0 2 125 15 73 111 62
Binary 11011101 11011001 100010 0 10 1010101 1101 111011 1001001 110010

Color Harmonies of #DDD922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD922

Black with #DDD922

Text Example


Text Example

White with #DDD922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD922; }

 p { color: rgb(221,217,34); }

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

background-color css

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

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

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

border-color css

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

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

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