Html Css Color HEX #DDA538 Tulip Tree

📋 copy color: '#DDA538'

red 221 ◦ green 165 ◦ blue 56

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

Shades of Tulip Tree #DDA538

Tints of Tulip Tree #DDA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 50%
G = 37.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA538 (or 0xDDA538) is known color: Tulip Tree. HEX triplet: DD, A5 and 38. RGB value is (221,165,56). Sum of RGB (Red+Green+Blue) = 221+165+56=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA538 is #225AC7. Grayscale: #A9A9A9. Windows color (decimal): -2251464 or 3712477. OLE color: 3712477.

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

Color convert

RGB 221 165 56 -
CMYK 0 0.25 0.75 0.13
HSL 39.64º 0.71% 0.54% -
HSV(B) 39.64º 0.75% 0.87% -
XYZ 43.99 42.57 9.64 -
YUV 169.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 221 165 56 0 0.25 0.75 0.13 39.64 0.71 0.54
Hex DD A5 38 0 19 4B D 28 47 36
Octal 335 245 70 0 31 113 15 50 107 66
Binary 11011101 10100101 111000 0 11001 1001011 1101 101000 1000111 110110

Color Harmonies of #DDA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA538

Black with #DDA538

Text Example


Text Example

White with #DDA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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