Html Css Color HEX #DDAB3A Tulip Tree

📋 copy color: '#DDAB3A'

red 221 ◦ green 171 ◦ blue 58

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

Shades of Tulip Tree #DDAB3A

Tints of Tulip Tree #DDAB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 49.11%
G = 38%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDAB3A (or 0xDDAB3A) is known color: Tulip Tree. HEX triplet: DD, AB and 3A. RGB value is (221,171,58). Sum of RGB (Red+Green+Blue) = 221+171+58=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3A is #2254C5. Grayscale: #ADADAD. Windows color (decimal): -2249926 or 3845085. OLE color: 3845085.

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

Color convert

RGB 221 171 58 -
CMYK 0 0.23 0.74 0.13
HSL 41.6º 0.71% 0.55% -
HSV(B) 41.6º 0.74% 0.87% -
XYZ 45.15 44.8 10.27 -
YUV 173.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 221 171 58 0 0.23 0.74 0.13 41.6 0.71 0.55
Hex DD AB 3A 0 17 4A D 2A 47 37
Octal 335 253 72 0 27 112 15 52 107 67
Binary 11011101 10101011 111010 0 10111 1001010 1101 101010 1000111 110111

Color Harmonies of #DDAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB3A

Black with #DDAB3A

Text Example


Text Example

White with #DDAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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