Html Css Color HEX #DDDD26 Bitter Lemon

📋 copy color: '#DDDD26'

red 221 ◦ green 221 ◦ blue 38

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

Shades of Bitter Lemon #DDDD26

Tints of Bitter Lemon #DDDD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

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

R = 46.04%
G = 46.04%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDDD26 (or 0xDDDD26) is known color: Bitter Lemon. HEX triplet: DD, DD and 26. RGB value is (221,221,38). Sum of RGB (Red+Green+Blue) = 221+221+38=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD26 is #2222D9. Grayscale: #C8C8C8. Windows color (decimal): -2237146 or 2547165. OLE color: 2547165.

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

Color convert

RGB 221 221 38 -
CMYK 0 0 0.83 0.13
HSL 60º 0.73% 0.51% -
HSV(B) 60º 0.83% 0.87% -
XYZ 56.03 67.22 11.86 -
YUV 200.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 221 221 38 0 0 0.83 0.13 60 0.73 0.51
Hex DD DD 26 0 0 53 D 3C 49 33
Octal 335 335 46 0 0 123 15 74 111 63
Binary 11011101 11011101 100110 0 0 1010011 1101 111100 1001001 110011

Color Harmonies of #DDDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD26

Black with #DDDD26

Text Example


Text Example

White with #DDDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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