Html Css Color HEX #DDAB3B Tulip Tree

📋 copy color: '#DDAB3B'

red 221 ◦ green 171 ◦ blue 59

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

Shades of Tulip Tree #DDAB3B

Tints of Tulip Tree #DDAB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.08%

R = 49%
G = 37.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDAB3B (or 0xDDAB3B) is known color: Tulip Tree. HEX triplet: DD, AB and 3B. RGB value is (221,171,59). Sum of RGB (Red+Green+Blue) = 221+171+59=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3B is #2254C4. Grayscale: #ADADAD. Windows color (decimal): -2249925 or 3910621. OLE color: 3910621.

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

Color convert

RGB 221 171 59 -
CMYK 0 0.23 0.73 0.13
HSL 41.48º 0.7% 0.55% -
HSV(B) 41.48º 0.73% 0.87% -
XYZ 45.17 44.81 10.41 -
YUV 173.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 221 171 59 0 0.23 0.73 0.13 41.48 0.7 0.55
Hex DD AB 3B 0 17 49 D 29 46 37
Octal 335 253 73 0 27 111 15 51 106 67
Binary 11011101 10101011 111011 0 10111 1001001 1101 101001 1000110 110111

Color Harmonies of #DDAB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB3B

Black with #DDAB3B

Text Example


Text Example

White with #DDAB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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