Html Css Color HEX #DDAB48 Tulip Tree

📋 copy color: '#DDAB48'

red 221 ◦ green 171 ◦ blue 72

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

Shades of Tulip Tree #DDAB48

Tints of Tulip Tree #DDAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 47.63%
G = 36.85%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAB48 (or 0xDDAB48) is known color: Tulip Tree. HEX triplet: DD, AB and 48. RGB value is (221,171,72). Sum of RGB (Red+Green+Blue) = 221+171+72=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB48 is #2254B7. Grayscale: #AFAFAF. Windows color (decimal): -2249912 or 4762589. OLE color: 4762589.

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

Color convert

RGB 221 171 72 -
CMYK 0 0.23 0.67 0.13
HSL 39.87º 0.69% 0.57% -
HSV(B) 39.87º 0.67% 0.87% -
XYZ 45.55 44.97 12.41 -
YUV 174.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 221 171 72 0 0.23 0.67 0.13 39.87 0.69 0.57
Hex DD AB 48 0 17 43 D 28 45 39
Octal 335 253 110 0 27 103 15 50 105 71
Binary 11011101 10101011 1001000 0 10111 1000011 1101 101000 1000101 111001

Color Harmonies of #DDAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB48

Black with #DDAB48

Text Example


Text Example

White with #DDAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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