Html Css Color HEX #DDA635 Tulip Tree

📋 copy color: '#DDA635'

red 221 ◦ green 166 ◦ blue 53

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

Shades of Tulip Tree #DDA635

Tints of Tulip Tree #DDA635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.05%

R = 50.23%
G = 37.73%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA635 (or 0xDDA635) is known color: Tulip Tree. HEX triplet: DD, A6 and 35. RGB value is (221,166,53). Sum of RGB (Red+Green+Blue) = 221+166+53=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA635 is #2259CA. Grayscale: #AAAAAA. Windows color (decimal): -2251211 or 3516125. OLE color: 3516125.

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

Color convert

RGB 221 166 53 -
CMYK 0 0.25 0.76 0.13
HSL 40.36º 0.71% 0.54% -
HSV(B) 40.36º 0.76% 0.87% -
XYZ 44.1 42.9 9.32 -
YUV 169.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 221 166 53 0 0.25 0.76 0.13 40.36 0.71 0.54
Hex DD A6 35 0 19 4C D 28 47 36
Octal 335 246 65 0 31 114 15 50 107 66
Binary 11011101 10100110 110101 0 11001 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA635

Black with #DDA635

Text Example


Text Example

White with #DDA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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