Html Css Color HEX #DDA239 Tulip Tree

📋 copy color: '#DDA239'

red 221 ◦ green 162 ◦ blue 57

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

Shades of Tulip Tree #DDA239

Tints of Tulip Tree #DDA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 50.23%
G = 36.82%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDA239 (or 0xDDA239) is known color: Tulip Tree. HEX triplet: DD, A2 and 39. RGB value is (221,162,57). Sum of RGB (Red+Green+Blue) = 221+162+57=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA239 is #225DC6. Grayscale: #A8A8A8. Windows color (decimal): -2252231 or 3777245. OLE color: 3777245.

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

Color convert

RGB 221 162 57 -
CMYK 0 0.27 0.74 0.13
HSL 38.41º 0.71% 0.55% -
HSV(B) 38.41º 0.74% 0.87% -
XYZ 43.48 41.51 9.59 -
YUV 167.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 221 162 57 0 0.27 0.74 0.13 38.41 0.71 0.55
Hex DD A2 39 0 1B 4A D 26 47 37
Octal 335 242 71 0 33 112 15 46 107 67
Binary 11011101 10100010 111001 0 11011 1001010 1101 100110 1000111 110111

Color Harmonies of #DDA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA239

Black with #DDA239

Text Example


Text Example

White with #DDA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA239; }

 p { color: rgb(221,162,57); }

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

background-color css

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

 a { background-color: rgb(221,162,57); }

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

border-color css

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

 span { border-color: rgb(221,162,57); }

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