Html Css Color HEX #DDA544 Tulip Tree

📋 copy color: '#DDA544'

red 221 ◦ green 165 ◦ blue 68

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

Shades of Tulip Tree #DDA544

Tints of Tulip Tree #DDA544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.98%

R = 48.68%
G = 36.34%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDA544 (or 0xDDA544) is known color: Tulip Tree. HEX triplet: DD, A5 and 44. RGB value is (221,165,68). Sum of RGB (Red+Green+Blue) = 221+165+68=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA544 is #225ABB. Grayscale: #ABABAB. Windows color (decimal): -2251452 or 4498909. OLE color: 4498909.

HSL color Cylindrical-coordinate representation of color #DDA544: hue angle of 38.04º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDA544 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 68 -
CMYK 0 0.25 0.69 0.13
HSL 38.04º 0.69% 0.57% -
HSV(B) 38.04º 0.69% 0.87% -
XYZ 44.32 42.7 11.37 -
YUV 170.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 221 165 68 0 0.25 0.69 0.13 38.04 0.69 0.57
Hex DD A5 44 0 19 45 D 26 45 39
Octal 335 245 104 0 31 105 15 46 105 71
Binary 11011101 10100101 1000100 0 11001 1000101 1101 100110 1000101 111001

Color Harmonies of #DDA544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA544

Black with #DDA544

Text Example


Text Example

White with #DDA544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA544; }

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

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

background-color css

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

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

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

border-color css

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

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

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