Html Css Color HEX #DDA542 Tulip Tree

📋 copy color: '#DDA542'

red 221 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #DDA542

Tints of Tulip Tree #DDA542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 48.89%
G = 36.5%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA542 (or 0xDDA542) is known color: Tulip Tree. HEX triplet: DD, A5 and 42. RGB value is (221,165,66). Sum of RGB (Red+Green+Blue) = 221+165+66=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA542 is #225ABD. Grayscale: #AAAAAA. Windows color (decimal): -2251454 or 4367837. OLE color: 4367837.

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

Color convert

RGB 221 165 66 -
CMYK 0 0.25 0.70 0.13
HSL 38.32º 0.7% 0.56% -
HSV(B) 38.32º 0.7% 0.87% -
XYZ 44.26 42.68 11.06 -
YUV 170.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 221 165 66 0 0.25 0.70 0.13 38.32 0.7 0.56
Hex DD A5 42 0 19 46 D 26 46 38
Octal 335 245 102 0 31 106 15 46 106 70
Binary 11011101 10100101 1000010 0 11001 1000110 1101 100110 1000110 111000

Color Harmonies of #DDA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA542

Black with #DDA542

Text Example


Text Example

White with #DDA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA542; }

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

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

background-color css

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

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

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

border-color css

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

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

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