Html Css Color HEX #DDB040 Tulip Tree

📋 copy color: '#DDB040'

red 221 ◦ green 176 ◦ blue 64

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

Shades of Tulip Tree #DDB040

Tints of Tulip Tree #DDB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

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

R = 47.94%
G = 38.18%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB040 (or 0xDDB040) is known color: Tulip Tree. HEX triplet: DD, B0 and 40. RGB value is (221,176,64). Sum of RGB (Red+Green+Blue) = 221+176+64=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB040 is #224FBF. Grayscale: #B1B1B1. Windows color (decimal): -2248640 or 4239581. OLE color: 4239581.

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

Color convert

RGB 221 176 64 -
CMYK 0 0.20 0.71 0.13
HSL 42.8º 0.7% 0.56% -
HSV(B) 42.8º 0.71% 0.87% -
XYZ 46.27 46.79 11.44 -
YUV 176.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 221 176 64 0 0.20 0.71 0.13 42.8 0.7 0.56
Hex DD B0 40 0 14 47 D 2B 46 38
Octal 335 260 100 0 24 107 15 53 106 70
Binary 11011101 10110000 1000000 0 10100 1000111 1101 101011 1000110 111000

Color Harmonies of #DDB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB040

Black with #DDB040

Text Example


Text Example

White with #DDB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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