Html Css Color HEX #DDA638 Tulip Tree

📋 copy color: '#DDA638'

red 221 ◦ green 166 ◦ blue 56

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

Shades of Tulip Tree #DDA638

Tints of Tulip Tree #DDA638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 49.89%
G = 37.47%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA638 (or 0xDDA638) is known color: Tulip Tree. HEX triplet: DD, A6 and 38. RGB value is (221,166,56). Sum of RGB (Red+Green+Blue) = 221+166+56=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA638 is #2259C7. Grayscale: #AAAAAA. Windows color (decimal): -2251208 or 3712733. OLE color: 3712733.

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

Color convert

RGB 221 166 56 -
CMYK 0 0.25 0.75 0.13
HSL 40º 0.71% 0.54% -
HSV(B) 40º 0.75% 0.87% -
XYZ 44.17 42.93 9.7 -
YUV 169.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 221 166 56 0 0.25 0.75 0.13 40 0.71 0.54
Hex DD A6 38 0 19 4B D 28 47 36
Octal 335 246 70 0 31 113 15 50 107 66
Binary 11011101 10100110 111000 0 11001 1001011 1101 101000 1000111 110110

Color Harmonies of #DDA638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA638

Black with #DDA638

Text Example


Text Example

White with #DDA638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA638; }

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

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

background-color css

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

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

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

border-color css

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

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

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