Html Css Color HEX #DDA735 Tulip Tree

📋 copy color: '#DDA735'

red 221 ◦ green 167 ◦ blue 53

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

Shades of Tulip Tree #DDA735

Tints of Tulip Tree #DDA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 50.11%
G = 37.87%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA735 (or 0xDDA735) is known color: Tulip Tree. HEX triplet: DD, A7 and 35. RGB value is (221,167,53). Sum of RGB (Red+Green+Blue) = 221+167+53=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA735 is #2258CA. Grayscale: #AAAAAA. Windows color (decimal): -2250955 or 3516381. OLE color: 3516381.

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

Color convert

RGB 221 167 53 -
CMYK 0 0.24 0.76 0.13
HSL 40.71º 0.71% 0.54% -
HSV(B) 40.71º 0.76% 0.87% -
XYZ 44.28 43.27 9.39 -
YUV 170.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 221 167 53 0 0.24 0.76 0.13 40.71 0.71 0.54
Hex DD A7 35 0 18 4C D 29 47 36
Octal 335 247 65 0 30 114 15 51 107 66
Binary 11011101 10100111 110101 0 11000 1001100 1101 101001 1000111 110110

Color Harmonies of #DDA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA735

Black with #DDA735

Text Example


Text Example

White with #DDA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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