Html Css Color HEX #DDA640 Tulip Tree

📋 copy color: '#DDA640'

red 221 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #DDA640

Tints of Tulip Tree #DDA640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 49%
G = 36.81%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA640 (or 0xDDA640) is known color: Tulip Tree. HEX triplet: DD, A6 and 40. RGB value is (221,166,64). Sum of RGB (Red+Green+Blue) = 221+166+64=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA640 is #2259BF. Grayscale: #ABABAB. Windows color (decimal): -2251200 or 4237021. OLE color: 4237021.

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

Color convert

RGB 221 166 64 -
CMYK 0 0.25 0.71 0.13
HSL 38.98º 0.7% 0.56% -
HSV(B) 38.98º 0.71% 0.87% -
XYZ 44.38 43.01 10.81 -
YUV 170.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 221 166 64 0 0.25 0.71 0.13 38.98 0.7 0.56
Hex DD A6 40 0 19 47 D 27 46 38
Octal 335 246 100 0 31 107 15 47 106 70
Binary 11011101 10100110 1000000 0 11001 1000111 1101 100111 1000110 111000

Color Harmonies of #DDA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA640

Black with #DDA640

Text Example


Text Example

White with #DDA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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