Html Css Color HEX #DDA339 Tulip Tree

📋 copy color: '#DDA339'

red 221 ◦ green 163 ◦ blue 57

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

Shades of Tulip Tree #DDA339

Tints of Tulip Tree #DDA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 50.11%
G = 36.96%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDA339 (or 0xDDA339) is known color: Tulip Tree. HEX triplet: DD, A3 and 39. RGB value is (221,163,57). Sum of RGB (Red+Green+Blue) = 221+163+57=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA339 is #225CC6. Grayscale: #A8A8A8. Windows color (decimal): -2251975 or 3777501. OLE color: 3777501.

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

Color convert

RGB 221 163 57 -
CMYK 0 0.26 0.74 0.13
HSL 38.78º 0.71% 0.55% -
HSV(B) 38.78º 0.74% 0.87% -
XYZ 43.65 41.86 9.65 -
YUV 168.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 221 163 57 0 0.26 0.74 0.13 38.78 0.71 0.55
Hex DD A3 39 0 1A 4A D 27 47 37
Octal 335 243 71 0 32 112 15 47 107 67
Binary 11011101 10100011 111001 0 11010 1001010 1101 100111 1000111 110111

Color Harmonies of #DDA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA339

Black with #DDA339

Text Example


Text Example

White with #DDA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA339; }

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

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

background-color css

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

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

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

border-color css

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

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

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