Html Css Color HEX #DDAC3B Tulip Tree

📋 copy color: '#DDAC3B'

red 221 ◦ green 172 ◦ blue 59

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

Shades of Tulip Tree #DDAC3B

Tints of Tulip Tree #DDAC3B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 48.89%
G = 38.05%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDAC3B (or 0xDDAC3B) is known color: Tulip Tree. HEX triplet: DD, AC and 3B. RGB value is (221,172,59). Sum of RGB (Red+Green+Blue) = 221+172+59=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC3B is #2253C4. Grayscale: #AEAEAE. Windows color (decimal): -2249669 or 3910877. OLE color: 3910877.

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

Color convert

RGB 221 172 59 -
CMYK 0 0.22 0.73 0.13
HSL 41.85º 0.7% 0.55% -
HSV(B) 41.85º 0.73% 0.87% -
XYZ 45.36 45.19 10.47 -
YUV 173.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 221 172 59 0 0.22 0.73 0.13 41.85 0.7 0.55
Hex DD AC 3B 0 16 49 D 2A 46 37
Octal 335 254 73 0 26 111 15 52 106 67
Binary 11011101 10101100 111011 0 10110 1001001 1101 101010 1000110 110111

Color Harmonies of #DDAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC3B

Black with #DDAC3B

Text Example


Text Example

White with #DDAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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