Html Css Color HEX #DDA73C Tulip Tree

📋 copy color: '#DDA73C'

red 221 ◦ green 167 ◦ blue 60

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

Shades of Tulip Tree #DDA73C

Tints of Tulip Tree #DDA73C

RGB

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

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

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

R = 49.33%
G = 37.28%
B = 13.39%

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

#DDA73C (or 0xDDA73C) is known color: Tulip Tree. HEX triplet: DD, A7 and 3C. RGB value is (221,167,60). Sum of RGB (Red+Green+Blue) = 221+167+60=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA73C is #2258C3. Grayscale: #ABABAB. Windows color (decimal): -2250948 or 3975133. OLE color: 3975133.

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

Color convert

RGB 221 167 60 -
CMYK 0 0.24 0.73 0.13
HSL 39.88º 0.7% 0.55% -
HSV(B) 39.88º 0.73% 0.87% -
XYZ 44.45 43.34 10.3 -
YUV 170.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 221 167 60 0 0.24 0.73 0.13 39.88 0.7 0.55
Hex DD A7 3C 0 18 49 D 28 46 37
Octal 335 247 74 0 30 111 15 50 106 67
Binary 11011101 10100111 111100 0 11000 1001001 1101 101000 1000110 110111

Color Harmonies of #DDA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA73C

Black with #DDA73C

Text Example


Text Example

White with #DDA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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