Html Css Color HEX #DDAC43 Tulip Tree

📋 copy color: '#DDAC43'

red 221 ◦ green 172 ◦ blue 67

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

Shades of Tulip Tree #DDAC43

Tints of Tulip Tree #DDAC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.57%

R = 48.04%
G = 37.39%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDAC43 (or 0xDDAC43) is known color: Tulip Tree. HEX triplet: DD, AC and 43. RGB value is (221,172,67). Sum of RGB (Red+Green+Blue) = 221+172+67=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC43 is #2253BC. Grayscale: #AFAFAF. Windows color (decimal): -2249661 or 4435165. OLE color: 4435165.

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

Color convert

RGB 221 172 67 -
CMYK 0 0.22 0.70 0.13
HSL 40.91º 0.69% 0.56% -
HSV(B) 40.91º 0.7% 0.87% -
XYZ 45.58 45.28 11.65 -
YUV 174.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 221 172 67 0 0.22 0.70 0.13 40.91 0.69 0.56
Hex DD AC 43 0 16 46 D 29 45 38
Octal 335 254 103 0 26 106 15 51 105 70
Binary 11011101 10101100 1000011 0 10110 1000110 1101 101001 1000101 111000

Color Harmonies of #DDAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC43

Black with #DDAC43

Text Example


Text Example

White with #DDAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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