Html Css Color HEX #DDA645 Tulip Tree

📋 copy color: '#DDA645'

red 221 ◦ green 166 ◦ blue 69

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

Shades of Tulip Tree #DDA645

Tints of Tulip Tree #DDA645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.13%

R = 48.46%
G = 36.4%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDA645 (or 0xDDA645) is known color: Tulip Tree. HEX triplet: DD, A6 and 45. RGB value is (221,166,69). Sum of RGB (Red+Green+Blue) = 221+166+69=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA645 is #2259BA. Grayscale: #ABABAB. Windows color (decimal): -2251195 or 4564701. OLE color: 4564701.

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

Color convert

RGB 221 166 69 -
CMYK 0 0.25 0.69 0.13
HSL 38.29º 0.69% 0.57% -
HSV(B) 38.29º 0.69% 0.87% -
XYZ 44.53 43.07 11.6 -
YUV 171.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 221 166 69 0 0.25 0.69 0.13 38.29 0.69 0.57
Hex DD A6 45 0 19 45 D 26 45 39
Octal 335 246 105 0 31 105 15 46 105 71
Binary 11011101 10100110 1000101 0 11001 1000101 1101 100110 1000101 111001

Color Harmonies of #DDA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA645

Black with #DDA645

Text Example


Text Example

White with #DDA645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA645; }

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

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

background-color css

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

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

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

border-color css

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

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

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