Html Css Color HEX #DDD827 Bitter Lemon

📋 copy color: '#DDD827'

red 221 ◦ green 216 ◦ blue 39

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

Shades of Bitter Lemon #DDD827

Tints of Bitter Lemon #DDD827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.38%

 BLUE value IS 39 (15.63% from 255) = 8.19%

R = 46.43%
G = 45.38%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDD827 (or 0xDDD827) is known color: Bitter Lemon. HEX triplet: DD, D8 and 27. RGB value is (221,216,39). Sum of RGB (Red+Green+Blue) = 221+216+39=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD827 is #2227D8. Grayscale: #C6C6C6. Windows color (decimal): -2238425 or 2611421. OLE color: 2611421.

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

Color convert

RGB 221 216 39 -
CMYK 0 0.02 0.82 0.13
HSL 58.35º 0.73% 0.51% -
HSV(B) 58.35º 0.82% 0.87% -
XYZ 54.74 64.63 11.51 -
YUV 197.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 221 216 39 0 0.02 0.82 0.13 58.35 0.73 0.51
Hex DD D8 27 0 2 52 D 3A 49 33
Octal 335 330 47 0 2 122 15 72 111 63
Binary 11011101 11011000 100111 0 10 1010010 1101 111010 1001001 110011

Color Harmonies of #DDD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD827

Black with #DDD827

Text Example


Text Example

White with #DDD827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD827; }

 p { color: rgb(221,216,39); }

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

background-color css

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

 a { background-color: rgb(221,216,39); }

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

border-color css

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

 span { border-color: rgb(221,216,39); }

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