Html Css Color HEX #DDDB1F Bitter Lemon

📋 copy color: '#DDDB1F'

red 221 ◦ green 219 ◦ blue 31

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

Shades of Bitter Lemon #DDDB1F

Tints of Bitter Lemon #DDDB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.58%

R = 46.92%
G = 46.5%
B = 6.58%

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

#DDDB1F (or 0xDDDB1F) is known color: Bitter Lemon. HEX triplet: DD, DB and 1F. RGB value is (221,219,31). Sum of RGB (Red+Green+Blue) = 221+219+31=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB1F is #2224E0. Grayscale: #C6C6C6. Windows color (decimal): -2237665 or 2087901. OLE color: 2087901.

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

Color convert

RGB 221 219 31 -
CMYK 0 0.01 0.86 0.13
HSL 59.37º 0.75% 0.49% -
HSV(B) 59.37º 0.86% 0.87% -
XYZ 55.4 66.13 11.14 -
YUV 198.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 221 219 31 0 0.01 0.86 0.13 59.37 0.75 0.49
Hex DD DB 1F 0 1 56 D 3B 4B 31
Octal 335 333 37 0 1 126 15 73 113 61
Binary 11011101 11011011 11111 0 1 1010110 1101 111011 1001011 110001

Color Harmonies of #DDDB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB1F

Black with #DDDB1F

Text Example


Text Example

White with #DDDB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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