Html Css Color HEX #DDA838 Tulip Tree

📋 copy color: '#DDA838'

red 221 ◦ green 168 ◦ blue 56

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

Shades of Tulip Tree #DDA838

Tints of Tulip Tree #DDA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 49.66%
G = 37.75%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA838 (or 0xDDA838) is known color: Tulip Tree. HEX triplet: DD, A8 and 38. RGB value is (221,168,56). Sum of RGB (Red+Green+Blue) = 221+168+56=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA838 is #2257C7. Grayscale: #ABABAB. Windows color (decimal): -2250696 or 3713245. OLE color: 3713245.

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

Color convert

RGB 221 168 56 -
CMYK 0 0.24 0.75 0.13
HSL 40.73º 0.71% 0.54% -
HSV(B) 40.73º 0.75% 0.87% -
XYZ 44.54 43.66 9.82 -
YUV 171.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 221 168 56 0 0.24 0.75 0.13 40.73 0.71 0.54
Hex DD A8 38 0 18 4B D 29 47 36
Octal 335 250 70 0 30 113 15 51 107 66
Binary 11011101 10101000 111000 0 11000 1001011 1101 101001 1000111 110110

Color Harmonies of #DDA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA838

Black with #DDA838

Text Example


Text Example

White with #DDA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA838; }

 p { color: rgb(221,168,56); }

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

background-color css

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

 a { background-color: rgb(221,168,56); }

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

border-color css

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

 span { border-color: rgb(221,168,56); }

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