Html Css Color HEX #DDA848 Tulip Tree

📋 copy color: '#DDA848'

red 221 ◦ green 168 ◦ blue 72

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

Shades of Tulip Tree #DDA848

Tints of Tulip Tree #DDA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 47.94%
G = 36.44%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA848 (or 0xDDA848) is known color: Tulip Tree. HEX triplet: DD, A8 and 48. RGB value is (221,168,72). Sum of RGB (Red+Green+Blue) = 221+168+72=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA848 is #2257B7. Grayscale: #ADADAD. Windows color (decimal): -2250680 or 4761821. OLE color: 4761821.

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

Color convert

RGB 221 168 72 -
CMYK 0 0.24 0.67 0.13
HSL 38.66º 0.69% 0.57% -
HSV(B) 38.66º 0.67% 0.87% -
XYZ 44.99 43.85 12.22 -
YUV 172.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 221 168 72 0 0.24 0.67 0.13 38.66 0.69 0.57
Hex DD A8 48 0 18 43 D 27 45 39
Octal 335 250 110 0 30 103 15 47 105 71
Binary 11011101 10101000 1001000 0 11000 1000011 1101 100111 1000101 111001

Color Harmonies of #DDA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA848

Black with #DDA848

Text Example


Text Example

White with #DDA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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