Html Css Color HEX #DDAB46 Tulip Tree

📋 copy color: '#DDAB46'

red 221 ◦ green 171 ◦ blue 70

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

Shades of Tulip Tree #DDAB46

Tints of Tulip Tree #DDAB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 47.84%
G = 37.01%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAB46 (or 0xDDAB46) is known color: Tulip Tree. HEX triplet: DD, AB and 46. RGB value is (221,171,70). Sum of RGB (Red+Green+Blue) = 221+171+70=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB46 is #2254B9. Grayscale: #AEAEAE. Windows color (decimal): -2249914 or 4631517. OLE color: 4631517.

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

Color convert

RGB 221 171 70 -
CMYK 0 0.23 0.68 0.13
HSL 40.13º 0.69% 0.57% -
HSV(B) 40.13º 0.68% 0.87% -
XYZ 45.49 44.94 12.07 -
YUV 174.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 221 171 70 0 0.23 0.68 0.13 40.13 0.69 0.57
Hex DD AB 46 0 17 44 D 28 45 39
Octal 335 253 106 0 27 104 15 50 105 71
Binary 11011101 10101011 1000110 0 10111 1000100 1101 101000 1000101 111001

Color Harmonies of #DDAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB46

Black with #DDAB46

Text Example


Text Example

White with #DDAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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