Html Css Color HEX #DDDA26 Bitter Lemon

📋 copy color: '#DDDA26'

red 221 ◦ green 218 ◦ blue 38

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

Shades of Bitter Lemon #DDDA26

Tints of Bitter Lemon #DDDA26

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

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

R = 46.33%
G = 45.7%
B = 7.97%

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

#DDDA26 (or 0xDDDA26) is known color: Bitter Lemon. HEX triplet: DD, DA and 26. RGB value is (221,218,38). Sum of RGB (Red+Green+Blue) = 221+218+38=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA26 is #2225D9. Grayscale: #C7C7C7. Windows color (decimal): -2237914 or 2546397. OLE color: 2546397.

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

Color convert

RGB 221 218 38 -
CMYK 0 0.01 0.83 0.13
HSL 59.02º 0.73% 0.51% -
HSV(B) 59.02º 0.83% 0.87% -
XYZ 55.24 65.65 11.59 -
YUV 198.38 37.49 144.14 -
System Red Green Blue C M Y K H S L
Decimal 221 218 38 0 0.01 0.83 0.13 59.02 0.73 0.51
Hex DD DA 26 0 1 53 D 3B 49 33
Octal 335 332 46 0 1 123 15 73 111 63
Binary 11011101 11011010 100110 0 1 1010011 1101 111011 1001001 110011

Color Harmonies of #DDDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA26

Black with #DDDA26

Text Example


Text Example

White with #DDDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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