Html Css Color HEX #DDD926 Bitter Lemon

📋 copy color: '#DDD926'

red 221 ◦ green 217 ◦ blue 38

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

Shades of Bitter Lemon #DDD926

Tints of Bitter Lemon #DDD926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.98%

R = 46.43%
G = 45.59%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD926 (or 0xDDD926) is known color: Bitter Lemon. HEX triplet: DD, D9 and 26. RGB value is (221,217,38). Sum of RGB (Red+Green+Blue) = 221+217+38=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD926 is #2226D9. Grayscale: #C6C6C6. Windows color (decimal): -2238170 or 2546141. OLE color: 2546141.

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

Color convert

RGB 221 217 38 -
CMYK 0 0.02 0.83 0.13
HSL 58.69º 0.73% 0.51% -
HSV(B) 58.69º 0.83% 0.87% -
XYZ 54.98 65.14 11.51 -
YUV 197.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 221 217 38 0 0.02 0.83 0.13 58.69 0.73 0.51
Hex DD D9 26 0 2 53 D 3B 49 33
Octal 335 331 46 0 2 123 15 73 111 63
Binary 11011101 11011001 100110 0 10 1010011 1101 111011 1001001 110011

Color Harmonies of #DDD926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD926

Black with #DDD926

Text Example


Text Example

White with #DDD926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD926; }

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

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

background-color css

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

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

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

border-color css

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

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

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