Html Css Color HEX #DDD92D Bitter Lemon

📋 copy color: '#DDD92D'

red 221 ◦ green 217 ◦ blue 45

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

Shades of Bitter Lemon #DDD92D

Tints of Bitter Lemon #DDD92D

RGB

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

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

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

R = 45.76%
G = 44.93%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDD92D (or 0xDDD92D) is known color: Bitter Lemon. HEX triplet: DD, D9 and 2D. RGB value is (221,217,45). Sum of RGB (Red+Green+Blue) = 221+217+45=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92D is #2226D2. Grayscale: #C7C7C7. Windows color (decimal): -2238163 or 3004893. OLE color: 3004893.

HSL color Cylindrical-coordinate representation of color #DDD92D: hue angle of 58.64º 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 #DDD92D is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 45 -
CMYK 0 0.02 0.80 0.13
HSL 58.64º 0.72% 0.52% -
HSV(B) 58.64º 0.8% 0.87% -
XYZ 55.11 65.19 12.16 -
YUV 198.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 221 217 45 0 0.02 0.80 0.13 58.64 0.72 0.52
Hex DD D9 2D 0 2 50 D 3B 48 34
Octal 335 331 55 0 2 120 15 73 110 64
Binary 11011101 11011001 101101 0 10 1010000 1101 111011 1001000 110100

Color Harmonies of #DDD92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD92D

Black with #DDD92D

Text Example


Text Example

White with #DDD92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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