Html Css Color HEX #DDA535 Tulip Tree

📋 copy color: '#DDA535'

red 221 ◦ green 165 ◦ blue 53

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

Shades of Tulip Tree #DDA535

Tints of Tulip Tree #DDA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

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

R = 50.34%
G = 37.59%
B = 12.07%

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

#DDA535 (or 0xDDA535) is known color: Tulip Tree. HEX triplet: DD, A5 and 35. RGB value is (221,165,53). Sum of RGB (Red+Green+Blue) = 221+165+53=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA535 is #225ACA. Grayscale: #A9A9A9. Windows color (decimal): -2251467 or 3515869. OLE color: 3515869.

HSL color Cylindrical-coordinate representation of color #DDA535: 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.76%. Process color model (Four color, CMYK) of #DDA535 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 53 -
CMYK 0 0.25 0.76 0.13
HSL 40º 0.71% 0.54% -
HSV(B) 40º 0.76% 0.87% -
XYZ 43.92 42.54 9.26 -
YUV 168.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 221 165 53 0 0.25 0.76 0.13 40 0.71 0.54
Hex DD A5 35 0 19 4C D 28 47 36
Octal 335 245 65 0 31 114 15 50 107 66
Binary 11011101 10100101 110101 0 11001 1001100 1101 101000 1000111 110110

Color Harmonies of #DDA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA535

Black with #DDA535

Text Example


Text Example

White with #DDA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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