Html Css Color HEX #DDDB25 Bitter Lemon

📋 copy color: '#DDDB25'

red 221 ◦ green 219 ◦ blue 37

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

Shades of Bitter Lemon #DDDB25

Tints of Bitter Lemon #DDDB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.76%

R = 46.33%
G = 45.91%
B = 7.76%

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

#DDDB25 (or 0xDDDB25) is known color: Bitter Lemon. HEX triplet: DD, DB and 25. RGB value is (221,219,37). Sum of RGB (Red+Green+Blue) = 221+219+37=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB25 is #2224DA. Grayscale: #C7C7C7. Windows color (decimal): -2237659 or 2481117. OLE color: 2481117.

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

Color convert

RGB 221 219 37 -
CMYK 0 0.01 0.83 0.13
HSL 59.35º 0.73% 0.51% -
HSV(B) 59.35º 0.83% 0.87% -
XYZ 55.48 66.17 11.6 -
YUV 198.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 221 219 37 0 0.01 0.83 0.13 59.35 0.73 0.51
Hex DD DB 25 0 1 53 D 3B 49 33
Octal 335 333 45 0 1 123 15 73 111 63
Binary 11011101 11011011 100101 0 1 1010011 1101 111011 1001001 110011

Color Harmonies of #DDDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB25

Black with #DDDB25

Text Example


Text Example

White with #DDDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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