Html Css Color HEX #DDD728 Bitter Lemon

📋 copy color: '#DDD728'

red 221 ◦ green 215 ◦ blue 40

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

Shades of Bitter Lemon #DDD728

Tints of Bitter Lemon #DDD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 46.43%
G = 45.17%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD728 (or 0xDDD728) is known color: Bitter Lemon. HEX triplet: DD, D7 and 28. RGB value is (221,215,40). Sum of RGB (Red+Green+Blue) = 221+215+40=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD728 is #2228D7. Grayscale: #C5C5C5. Windows color (decimal): -2238680 or 2676701. OLE color: 2676701.

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

Color convert

RGB 221 215 40 -
CMYK 0 0.03 0.82 0.13
HSL 58.01º 0.73% 0.51% -
HSV(B) 58.01º 0.82% 0.87% -
XYZ 54.5 64.13 11.51 -
YUV 196.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 221 215 40 0 0.03 0.82 0.13 58.01 0.73 0.51
Hex DD D7 28 0 3 52 D 3A 49 33
Octal 335 327 50 0 3 122 15 72 111 63
Binary 11011101 11010111 101000 0 11 1010010 1101 111010 1001001 110011

Color Harmonies of #DDD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD728

Black with #DDD728

Text Example


Text Example

White with #DDD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD728; }

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

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

background-color css

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

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

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

border-color css

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

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

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