Html Css Color HEX #DDD725 Bitter Lemon

📋 copy color: '#DDD725'

red 221 ◦ green 215 ◦ blue 37

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

Shades of Bitter Lemon #DDD725

Tints of Bitter Lemon #DDD725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 46.72%
G = 45.45%
B = 7.82%

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

#DDD725 (or 0xDDD725) is known color: Bitter Lemon. HEX triplet: DD, D7 and 25. RGB value is (221,215,37). Sum of RGB (Red+Green+Blue) = 221+215+37=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD725 is #2228DA. Grayscale: #C5C5C5. Windows color (decimal): -2238683 or 2480093. OLE color: 2480093.

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

Color convert

RGB 221 215 37 -
CMYK 0 0.03 0.83 0.13
HSL 58.04º 0.73% 0.51% -
HSV(B) 58.04º 0.83% 0.87% -
XYZ 54.45 64.11 11.25 -
YUV 196.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 221 215 37 0 0.03 0.83 0.13 58.04 0.73 0.51
Hex DD D7 25 0 3 53 D 3A 49 33
Octal 335 327 45 0 3 123 15 72 111 63
Binary 11011101 11010111 100101 0 11 1010011 1101 111010 1001001 110011

Color Harmonies of #DDD725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD725

Black with #DDD725

Text Example


Text Example

White with #DDD725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD725; }

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

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

background-color css

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

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

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

border-color css

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

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

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