Html Css Color HEX #DDD32C Bitter Lemon

📋 copy color: '#DDD32C'

red 221 ◦ green 211 ◦ blue 44

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

Shades of Bitter Lemon #DDD32C

Tints of Bitter Lemon #DDD32C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 44 (17.58% from 255) = 9.24%

R = 46.43%
G = 44.33%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDD32C (or 0xDDD32C) is known color: Bitter Lemon. HEX triplet: DD, D3 and 2C. RGB value is (221,211,44). Sum of RGB (Red+Green+Blue) = 221+211+44=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD32C is #222CD3. Grayscale: #C3C3C3. Windows color (decimal): -2239700 or 2937821. OLE color: 2937821.

HSL color Cylindrical-coordinate representation of color #DDD32C: hue angle of 56.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD32C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 44 -
CMYK 0 0.05 0.80 0.13
HSL 56.61º 0.72% 0.52% -
HSV(B) 56.61º 0.8% 0.87% -
XYZ 53.57 62.14 11.55 -
YUV 194.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 221 211 44 0 0.05 0.80 0.13 56.61 0.72 0.52
Hex DD D3 2C 0 5 50 D 39 48 34
Octal 335 323 54 0 5 120 15 71 110 64
Binary 11011101 11010011 101100 0 101 1010000 1101 111001 1001000 110100

Color Harmonies of #DDD32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD32C

Black with #DDD32C

Text Example


Text Example

White with #DDD32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD32C; }

 p { color: rgb(221,211,44); }

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

background-color css

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

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

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

border-color css

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

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

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