Html Css Color HEX #DDA13C Tulip Tree

📋 copy color: '#DDA13C'

red 221 ◦ green 161 ◦ blue 60

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

Shades of Tulip Tree #DDA13C

Tints of Tulip Tree #DDA13C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 60 (23.83% from 255) = 13.57%

R = 50%
G = 36.43%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA13C (or 0xDDA13C) is known color: Tulip Tree. HEX triplet: DD, A1 and 3C. RGB value is (221,161,60). Sum of RGB (Red+Green+Blue) = 221+161+60=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA13C is #225EC3. Grayscale: #A7A7A7. Windows color (decimal): -2252484 or 3973597. OLE color: 3973597.

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

Color convert

RGB 221 161 60 -
CMYK 0 0.27 0.73 0.13
HSL 37.64º 0.7% 0.55% -
HSV(B) 37.64º 0.73% 0.87% -
XYZ 43.38 41.19 9.94 -
YUV 167.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 221 161 60 0 0.27 0.73 0.13 37.64 0.7 0.55
Hex DD A1 3C 0 1B 49 D 26 46 37
Octal 335 241 74 0 33 111 15 46 106 67
Binary 11011101 10100001 111100 0 11011 1001001 1101 100110 1000110 110111

Color Harmonies of #DDA13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA13C

Black with #DDA13C

Text Example


Text Example

White with #DDA13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA13C; }

 p { color: rgb(221,161,60); }

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

background-color css

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

 a { background-color: rgb(221,161,60); }

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

border-color css

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

 span { border-color: rgb(221,161,60); }

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