Html Css Color HEX #DDA540 Tulip Tree

📋 copy color: '#DDA540'

red 221 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #DDA540

Tints of Tulip Tree #DDA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 49.11%
G = 36.67%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA540 (or 0xDDA540) is known color: Tulip Tree. HEX triplet: DD, A5 and 40. RGB value is (221,165,64). Sum of RGB (Red+Green+Blue) = 221+165+64=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA540 is #225ABF. Grayscale: #AAAAAA. Windows color (decimal): -2251456 or 4236765. OLE color: 4236765.

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

Color convert

RGB 221 165 64 -
CMYK 0 0.25 0.71 0.13
HSL 38.6º 0.7% 0.56% -
HSV(B) 38.6º 0.71% 0.87% -
XYZ 44.2 42.65 10.75 -
YUV 170.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 221 165 64 0 0.25 0.71 0.13 38.6 0.7 0.56
Hex DD A5 40 0 19 47 D 27 46 38
Octal 335 245 100 0 31 107 15 47 106 70
Binary 11011101 10100101 1000000 0 11001 1000111 1101 100111 1000110 111000

Color Harmonies of #DDA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA540

Black with #DDA540

Text Example


Text Example

White with #DDA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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