Html Css Color HEX #DDA138 Tulip Tree

📋 copy color: '#DDA138'

red 221 ◦ green 161 ◦ blue 56

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

Shades of Tulip Tree #DDA138

Tints of Tulip Tree #DDA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

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

R = 50.46%
G = 36.76%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA138 (or 0xDDA138) is known color: Tulip Tree. HEX triplet: DD, A1 and 38. RGB value is (221,161,56). Sum of RGB (Red+Green+Blue) = 221+161+56=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA138 is #225EC7. Grayscale: #A7A7A7. Windows color (decimal): -2252488 or 3711453. OLE color: 3711453.

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

Color convert

RGB 221 161 56 -
CMYK 0 0.27 0.75 0.13
HSL 38.18º 0.71% 0.54% -
HSV(B) 38.18º 0.75% 0.87% -
XYZ 43.28 41.15 9.4 -
YUV 166.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 221 161 56 0 0.27 0.75 0.13 38.18 0.71 0.54
Hex DD A1 38 0 1B 4B D 26 47 36
Octal 335 241 70 0 33 113 15 46 107 66
Binary 11011101 10100001 111000 0 11011 1001011 1101 100110 1000111 110110

Color Harmonies of #DDA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA138

Black with #DDA138

Text Example


Text Example

White with #DDA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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