Html Css Color HEX #DDDB26 Bitter Lemon

📋 copy color: '#DDDB26'

red 221 ◦ green 219 ◦ blue 38

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

Shades of Bitter Lemon #DDDB26

Tints of Bitter Lemon #DDDB26

RGB

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

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

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

R = 46.23%
G = 45.82%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDDB26 (or 0xDDDB26) is known color: Bitter Lemon. HEX triplet: DD, DB and 26. RGB value is (221,219,38). Sum of RGB (Red+Green+Blue) = 221+219+38=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB26 is #2224D9. Grayscale: #C7C7C7. Windows color (decimal): -2237658 or 2546653. OLE color: 2546653.

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

Color convert

RGB 221 219 38 -
CMYK 0 0.01 0.83 0.13
HSL 59.34º 0.73% 0.51% -
HSV(B) 59.34º 0.83% 0.87% -
XYZ 55.5 66.18 11.68 -
YUV 198.96 37.16 143.72 -
System Red Green Blue C M Y K H S L
Decimal 221 219 38 0 0.01 0.83 0.13 59.34 0.73 0.51
Hex DD DB 26 0 1 53 D 3B 49 33
Octal 335 333 46 0 1 123 15 73 111 63
Binary 11011101 11011011 100110 0 1 1010011 1101 111011 1001001 110011

Color Harmonies of #DDDB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB26

Black with #DDDB26

Text Example


Text Example

White with #DDDB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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