Html Css Color HEX #DDD726 Bitter Lemon

📋 copy color: '#DDD726'

red 221 ◦ green 215 ◦ blue 38

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

Shades of Bitter Lemon #DDD726

Tints of Bitter Lemon #DDD726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.02%

R = 46.62%
G = 45.36%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDD726 (or 0xDDD726) is known color: Bitter Lemon. HEX triplet: DD, D7 and 26. RGB value is (221,215,38). Sum of RGB (Red+Green+Blue) = 221+215+38=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD726 is #2228D9. Grayscale: #C5C5C5. Windows color (decimal): -2238682 or 2545629. OLE color: 2545629.

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

Color convert

RGB 221 215 38 -
CMYK 0 0.03 0.83 0.13
HSL 58.03º 0.73% 0.51% -
HSV(B) 58.03º 0.83% 0.87% -
XYZ 54.47 64.11 11.34 -
YUV 196.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 221 215 38 0 0.03 0.83 0.13 58.03 0.73 0.51
Hex DD D7 26 0 3 53 D 3A 49 33
Octal 335 327 46 0 3 123 15 72 111 63
Binary 11011101 11010111 100110 0 11 1010011 1101 111010 1001001 110011

Color Harmonies of #DDD726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD726

Black with #DDD726

Text Example


Text Example

White with #DDD726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD726; }

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

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

background-color css

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

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

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

border-color css

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

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

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