Html Css Color HEX #DDA742 Tulip Tree

📋 copy color: '#DDA742'

red 221 ◦ green 167 ◦ blue 66

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

Shades of Tulip Tree #DDA742

Tints of Tulip Tree #DDA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

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

R = 48.68%
G = 36.78%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA742 (or 0xDDA742) is known color: Tulip Tree. HEX triplet: DD, A7 and 42. RGB value is (221,167,66). Sum of RGB (Red+Green+Blue) = 221+167+66=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA742 is #2258BD. Grayscale: #ACACAC. Windows color (decimal): -2250942 or 4368349. OLE color: 4368349.

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

Color convert

RGB 221 167 66 -
CMYK 0 0.24 0.70 0.13
HSL 39.1º 0.7% 0.56% -
HSV(B) 39.1º 0.7% 0.87% -
XYZ 44.62 43.4 11.18 -
YUV 171.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 221 167 66 0 0.24 0.70 0.13 39.1 0.7 0.56
Hex DD A7 42 0 18 46 D 27 46 38
Octal 335 247 102 0 30 106 15 47 106 70
Binary 11011101 10100111 1000010 0 11000 1000110 1101 100111 1000110 111000

Color Harmonies of #DDA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA742

Black with #DDA742

Text Example


Text Example

White with #DDA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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