Html Css Color HEX #DDA53E Tulip Tree

📋 copy color: '#DDA53E'

red 221 ◦ green 165 ◦ blue 62

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

Shades of Tulip Tree #DDA53E

Tints of Tulip Tree #DDA53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 49.33%
G = 36.83%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA53E (or 0xDDA53E) is known color: Tulip Tree. HEX triplet: DD, A5 and 3E. RGB value is (221,165,62). Sum of RGB (Red+Green+Blue) = 221+165+62=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA53E is #225AC1. Grayscale: #AAAAAA. Windows color (decimal): -2251458 or 4105693. OLE color: 4105693.

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

Color convert

RGB 221 165 62 -
CMYK 0 0.25 0.72 0.13
HSL 38.87º 0.7% 0.55% -
HSV(B) 38.87º 0.72% 0.87% -
XYZ 44.14 42.63 10.46 -
YUV 170 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 221 165 62 0 0.25 0.72 0.13 38.87 0.7 0.55
Hex DD A5 3E 0 19 48 D 27 46 37
Octal 335 245 76 0 31 110 15 47 106 67
Binary 11011101 10100101 111110 0 11001 1001000 1101 100111 1000110 110111

Color Harmonies of #DDA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA53E

Black with #DDA53E

Text Example


Text Example

White with #DDA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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