Html Css Color HEX #DDA643 Tulip Tree

📋 copy color: '#DDA643'

red 221 ◦ green 166 ◦ blue 67

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

Shades of Tulip Tree #DDA643

Tints of Tulip Tree #DDA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 48.68%
G = 36.56%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA643 (or 0xDDA643) is known color: Tulip Tree. HEX triplet: DD, A6 and 43. RGB value is (221,166,67). Sum of RGB (Red+Green+Blue) = 221+166+67=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA643 is #2259BC. Grayscale: #ABABAB. Windows color (decimal): -2251197 or 4433629. OLE color: 4433629.

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

Color convert

RGB 221 166 67 -
CMYK 0 0.25 0.70 0.13
HSL 38.57º 0.69% 0.56% -
HSV(B) 38.57º 0.7% 0.87% -
XYZ 44.47 43.05 11.28 -
YUV 171.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 221 166 67 0 0.25 0.70 0.13 38.57 0.69 0.56
Hex DD A6 43 0 19 46 D 27 45 38
Octal 335 246 103 0 31 106 15 47 105 70
Binary 11011101 10100110 1000011 0 11001 1000110 1101 100111 1000101 111000

Color Harmonies of #DDA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA643

Black with #DDA643

Text Example


Text Example

White with #DDA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA643; }

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

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

background-color css

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

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

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

border-color css

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

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

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