Html Css Color HEX #DDD428 Bitter Lemon

📋 copy color: '#DDD428'

red 221 ◦ green 212 ◦ blue 40

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

Shades of Bitter Lemon #DDD428

Tints of Bitter Lemon #DDD428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 46.72%
G = 44.82%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD428 (or 0xDDD428) is known color: Bitter Lemon. HEX triplet: DD, D4 and 28. RGB value is (221,212,40). Sum of RGB (Red+Green+Blue) = 221+212+40=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD428 is #222BD7. Grayscale: #C3C3C3. Windows color (decimal): -2239448 or 2675933. OLE color: 2675933.

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

Color convert

RGB 221 212 40 -
CMYK 0 0.04 0.82 0.13
HSL 57.02º 0.73% 0.51% -
HSV(B) 57.02º 0.82% 0.87% -
XYZ 53.75 62.61 11.26 -
YUV 195.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 221 212 40 0 0.04 0.82 0.13 57.02 0.73 0.51
Hex DD D4 28 0 4 52 D 39 49 33
Octal 335 324 50 0 4 122 15 71 111 63
Binary 11011101 11010100 101000 0 100 1010010 1101 111001 1001001 110011

Color Harmonies of #DDD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD428

Black with #DDD428

Text Example


Text Example

White with #DDD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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