Html Css Color HEX #DDA73D Tulip Tree

📋 copy color: '#DDA73D'

red 221 ◦ green 167 ◦ blue 61

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

Shades of Tulip Tree #DDA73D

Tints of Tulip Tree #DDA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 49.22%
G = 37.19%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA73D (or 0xDDA73D) is known color: Tulip Tree. HEX triplet: DD, A7 and 3D. RGB value is (221,167,61). Sum of RGB (Red+Green+Blue) = 221+167+61=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA73D is #2258C2. Grayscale: #ABABAB. Windows color (decimal): -2250947 or 4040669. OLE color: 4040669.

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

Color convert

RGB 221 167 61 -
CMYK 0 0.24 0.72 0.13
HSL 39.75º 0.7% 0.55% -
HSV(B) 39.75º 0.72% 0.87% -
XYZ 44.48 43.35 10.44 -
YUV 171.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 221 167 61 0 0.24 0.72 0.13 39.75 0.7 0.55
Hex DD A7 3D 0 18 48 D 28 46 37
Octal 335 247 75 0 30 110 15 50 106 67
Binary 11011101 10100111 111101 0 11000 1001000 1101 101000 1000110 110111

Color Harmonies of #DDA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA73D

Black with #DDA73D

Text Example


Text Example

White with #DDA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA73D; }

 p { color: rgb(221,167,61); }

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

background-color css

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

 a { background-color: rgb(221,167,61); }

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

border-color css

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

 span { border-color: rgb(221,167,61); }

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