Html Css Color HEX #DDDB1E Bitter Lemon

📋 copy color: '#DDDB1E'

red 221 ◦ green 219 ◦ blue 30

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

Shades of Bitter Lemon #DDDB1E

Tints of Bitter Lemon #DDDB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.38%

R = 47.02%
G = 46.6%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDDB1E (or 0xDDDB1E) is known color: Bitter Lemon. HEX triplet: DD, DB and 1E. RGB value is (221,219,30). Sum of RGB (Red+Green+Blue) = 221+219+30=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB1E is #2224E1. Grayscale: #C6C6C6. Windows color (decimal): -2237666 or 2022365. OLE color: 2022365.

HSL color Cylindrical-coordinate representation of color #DDDB1E: hue angle of 59.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDDB1E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 30 -
CMYK 0 0.01 0.86 0.13
HSL 59.37º 0.76% 0.49% -
HSV(B) 59.37º 0.86% 0.87% -
XYZ 55.38 66.13 11.07 -
YUV 198.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 221 219 30 0 0.01 0.86 0.13 59.37 0.76 0.49
Hex DD DB 1E 0 1 56 D 3B 4C 31
Octal 335 333 36 0 1 126 15 73 114 61
Binary 11011101 11011011 11110 0 1 1010110 1101 111011 1001100 110001

Color Harmonies of #DDDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB1E

Black with #DDDB1E

Text Example


Text Example

White with #DDDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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