Html Css Color HEX #DDA93C Tulip Tree

📋 copy color: '#DDA93C'

red 221 ◦ green 169 ◦ blue 60

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

Shades of Tulip Tree #DDA93C

Tints of Tulip Tree #DDA93C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.56%

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

R = 49.11%
G = 37.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA93C (or 0xDDA93C) is known color: Tulip Tree. HEX triplet: DD, A9 and 3C. RGB value is (221,169,60). Sum of RGB (Red+Green+Blue) = 221+169+60=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93C is #2256C3. Grayscale: #ACACAC. Windows color (decimal): -2250436 or 3975645. OLE color: 3975645.

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

Color convert

RGB 221 169 60 -
CMYK 0 0.24 0.73 0.13
HSL 40.62º 0.7% 0.55% -
HSV(B) 40.62º 0.73% 0.87% -
XYZ 44.82 44.07 10.42 -
YUV 172.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 221 169 60 0 0.24 0.73 0.13 40.62 0.7 0.55
Hex DD A9 3C 0 18 49 D 29 46 37
Octal 335 251 74 0 30 111 15 51 106 67
Binary 11011101 10101001 111100 0 11000 1001001 1101 101001 1000110 110111

Color Harmonies of #DDA93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA93C

Black with #DDA93C

Text Example


Text Example

White with #DDA93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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