Html Css Color HEX #DDD42A Bitter Lemon

📋 copy color: '#DDD42A'

red 221 ◦ green 212 ◦ blue 42

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

Shades of Bitter Lemon #DDD42A

Tints of Bitter Lemon #DDD42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 42 (16.8% from 255) = 8.84%

R = 46.53%
G = 44.63%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDD42A (or 0xDDD42A) is known color: Bitter Lemon. HEX triplet: DD, D4 and 2A. RGB value is (221,212,42). Sum of RGB (Red+Green+Blue) = 221+212+42=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD42A is #222BD5. Grayscale: #C4C4C4. Windows color (decimal): -2239446 or 2807005. OLE color: 2807005.

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

Color convert

RGB 221 212 42 -
CMYK 0 0.04 0.81 0.13
HSL 56.98º 0.72% 0.52% -
HSV(B) 56.98º 0.81% 0.87% -
XYZ 53.78 62.63 11.44 -
YUV 195.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 221 212 42 0 0.04 0.81 0.13 56.98 0.72 0.52
Hex DD D4 2A 0 4 51 D 39 48 34
Octal 335 324 52 0 4 121 15 71 110 64
Binary 11011101 11010100 101010 0 100 1010001 1101 111001 1001000 110100

Color Harmonies of #DDD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD42A

Black with #DDD42A

Text Example


Text Example

White with #DDD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD42A; }

 p { color: rgb(221,212,42); }

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

background-color css

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

 a { background-color: rgb(221,212,42); }

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

border-color css

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

 span { border-color: rgb(221,212,42); }

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