Html Css Color HEX #DDA548 Tulip Tree

📋 copy color: '#DDA548'

red 221 ◦ green 165 ◦ blue 72

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

Shades of Tulip Tree #DDA548

Tints of Tulip Tree #DDA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

 BLUE value IS 72 (28.52% from 255) = 15.72%

R = 48.25%
G = 36.03%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA548 (or 0xDDA548) is known color: Tulip Tree. HEX triplet: DD, A5 and 48. RGB value is (221,165,72). Sum of RGB (Red+Green+Blue) = 221+165+72=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA548 is #225AB7. Grayscale: #ABABAB. Windows color (decimal): -2251448 or 4761053. OLE color: 4761053.

HSL color Cylindrical-coordinate representation of color #DDA548: hue angle of 37.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDA548 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 72 -
CMYK 0 0.25 0.67 0.13
HSL 37.45º 0.69% 0.57% -
HSV(B) 37.45º 0.67% 0.87% -
XYZ 44.44 42.75 12.04 -
YUV 171.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 221 165 72 0 0.25 0.67 0.13 37.45 0.69 0.57
Hex DD A5 48 0 19 43 D 25 45 39
Octal 335 245 110 0 31 103 15 45 105 71
Binary 11011101 10100101 1001000 0 11001 1000011 1101 100101 1000101 111001

Color Harmonies of #DDA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA548

Black with #DDA548

Text Example


Text Example

White with #DDA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA548; }

 p { color: rgb(221,165,72); }

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

background-color css

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

 a { background-color: rgb(221,165,72); }

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

border-color css

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

 span { border-color: rgb(221,165,72); }

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