Html Css Color HEX #DDA748 Tulip Tree

📋 copy color: '#DDA748'

red 221 ◦ green 167 ◦ blue 72

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

Shades of Tulip Tree #DDA748

Tints of Tulip Tree #DDA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

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

R = 48.04%
G = 36.3%
B = 15.65%

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

#DDA748 (or 0xDDA748) is known color: Tulip Tree. HEX triplet: DD, A7 and 48. RGB value is (221,167,72). Sum of RGB (Red+Green+Blue) = 221+167+72=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA748 is #2258B7. Grayscale: #ACACAC. Windows color (decimal): -2250936 or 4761565. OLE color: 4761565.

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

Color convert

RGB 221 167 72 -
CMYK 0 0.24 0.67 0.13
HSL 38.26º 0.69% 0.57% -
HSV(B) 38.26º 0.67% 0.87% -
XYZ 44.81 43.48 12.16 -
YUV 172.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 221 167 72 0 0.24 0.67 0.13 38.26 0.69 0.57
Hex DD A7 48 0 18 43 D 26 45 39
Octal 335 247 110 0 30 103 15 46 105 71
Binary 11011101 10100111 1001000 0 11000 1000011 1101 100110 1000101 111001

Color Harmonies of #DDA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA748

Black with #DDA748

Text Example


Text Example

White with #DDA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA748; }

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

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

background-color css

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

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

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

border-color css

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

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

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