Html Css Color HEX #DDD42B Bitter Lemon

📋 copy color: '#DDD42B'

red 221 ◦ green 212 ◦ blue 43

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

Shades of Bitter Lemon #DDD42B

Tints of Bitter Lemon #DDD42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.03%

R = 46.43%
G = 44.54%
B = 9.03%

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

#DDD42B (or 0xDDD42B) is known color: Bitter Lemon. HEX triplet: DD, D4 and 2B. RGB value is (221,212,43). Sum of RGB (Red+Green+Blue) = 221+212+43=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD42B is #222BD4. Grayscale: #C4C4C4. Windows color (decimal): -2239445 or 2872541. OLE color: 2872541.

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

Color convert

RGB 221 212 43 -
CMYK 0 0.04 0.81 0.13
HSL 56.97º 0.72% 0.52% -
HSV(B) 56.97º 0.81% 0.87% -
XYZ 53.8 62.63 11.54 -
YUV 195.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 221 212 43 0 0.04 0.81 0.13 56.97 0.72 0.52
Hex DD D4 2B 0 4 51 D 39 48 34
Octal 335 324 53 0 4 121 15 71 110 64
Binary 11011101 11010100 101011 0 100 1010001 1101 111001 1001000 110100

Color Harmonies of #DDD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD42B

Black with #DDD42B

Text Example


Text Example

White with #DDD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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