Html Css Color HEX #DDAB3F Tulip Tree

📋 copy color: '#DDAB3F'

red 221 ◦ green 171 ◦ blue 63

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

Shades of Tulip Tree #DDAB3F

Tints of Tulip Tree #DDAB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 48.57%
G = 37.58%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDAB3F (or 0xDDAB3F) is known color: Tulip Tree. HEX triplet: DD, AB and 3F. RGB value is (221,171,63). Sum of RGB (Red+Green+Blue) = 221+171+63=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3F is #2254C0. Grayscale: #AEAEAE. Windows color (decimal): -2249921 or 4172765. OLE color: 4172765.

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

Color convert

RGB 221 171 63 -
CMYK 0 0.23 0.71 0.13
HSL 41.01º 0.7% 0.56% -
HSV(B) 41.01º 0.71% 0.87% -
XYZ 45.28 44.86 10.97 -
YUV 173.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 221 171 63 0 0.23 0.71 0.13 41.01 0.7 0.56
Hex DD AB 3F 0 17 47 D 29 46 38
Octal 335 253 77 0 27 107 15 51 106 70
Binary 11011101 10101011 111111 0 10111 1000111 1101 101001 1000110 111000

Color Harmonies of #DDAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB3F

Black with #DDAB3F

Text Example


Text Example

White with #DDAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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