Html Css Color HEX #DDAF48 Tulip Tree

📋 copy color: '#DDAF48'

red 221 ◦ green 175 ◦ blue 72

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

Shades of Tulip Tree #DDAF48

Tints of Tulip Tree #DDAF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.39%

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

R = 47.22%
G = 37.39%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAF48 (or 0xDDAF48) is known color: Tulip Tree. HEX triplet: DD, AF and 48. RGB value is (221,175,72). Sum of RGB (Red+Green+Blue) = 221+175+72=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF48 is #2250B7. Grayscale: #B1B1B1. Windows color (decimal): -2248888 or 4763613. OLE color: 4763613.

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

Color convert

RGB 221 175 72 -
CMYK 0 0.21 0.67 0.13
HSL 41.48º 0.69% 0.57% -
HSV(B) 41.48º 0.67% 0.87% -
XYZ 46.32 46.5 12.67 -
YUV 177.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 221 175 72 0 0.21 0.67 0.13 41.48 0.69 0.57
Hex DD AF 48 0 15 43 D 29 45 39
Octal 335 257 110 0 25 103 15 51 105 71
Binary 11011101 10101111 1001000 0 10101 1000011 1101 101001 1000101 111001

Color Harmonies of #DDAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF48

Black with #DDAF48

Text Example


Text Example

White with #DDAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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