Html Css Color HEX #DDA438 Tulip Tree

📋 copy color: '#DDA438'

red 221 ◦ green 164 ◦ blue 56

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

Shades of Tulip Tree #DDA438

Tints of Tulip Tree #DDA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

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

R = 50.11%
G = 37.19%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA438 (or 0xDDA438) is known color: Tulip Tree. HEX triplet: DD, A4 and 38. RGB value is (221,164,56). Sum of RGB (Red+Green+Blue) = 221+164+56=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA438 is #225BC7. Grayscale: #A9A9A9. Windows color (decimal): -2251720 or 3712221. OLE color: 3712221.

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

Color convert

RGB 221 164 56 -
CMYK 0 0.26 0.75 0.13
HSL 39.27º 0.71% 0.54% -
HSV(B) 39.27º 0.75% 0.87% -
XYZ 43.81 42.21 9.58 -
YUV 168.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 221 164 56 0 0.26 0.75 0.13 39.27 0.71 0.54
Hex DD A4 38 0 1A 4B D 27 47 36
Octal 335 244 70 0 32 113 15 47 107 66
Binary 11011101 10100100 111000 0 11010 1001011 1101 100111 1000111 110110

Color Harmonies of #DDA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA438

Black with #DDA438

Text Example


Text Example

White with #DDA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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