Html Css Color HEX #D7AA46 Tulip Tree

📋 copy color: '#D7AA46'

red 215 ◦ green 170 ◦ blue 70

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

Shades of Tulip Tree #D7AA46

Tints of Tulip Tree #D7AA46

RGB

 RED value IS 215 (84.38% from 255) = 47.25%

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 70 (27.73% from 255) = 15.38%

R = 47.25%
G = 37.36%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D7AA46 (or 0xD7AA46) is known color: Tulip Tree. HEX triplet: D7, AA and 46. RGB value is (215,170,70). Sum of RGB (Red+Green+Blue) = 215+170+70=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA46 is #2855B9. Grayscale: #ACACAC. Windows color (decimal): -2643386 or 4631255. OLE color: 4631255.

HSL color Cylindrical-coordinate representation of color #D7AA46: hue angle of 41.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7AA46 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 70 -
CMYK 0 0.21 0.67 0.16
HSL 41.38º 0.64% 0.56% -
HSV(B) 41.38º 0.67% 0.84% -
XYZ 43.5 43.64 11.92 -
YUV 172.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 215 170 70 0 0.21 0.67 0.16 41.38 0.64 0.56
Hex D7 AA 46 0 15 43 10 29 40 38
Octal 327 252 106 0 25 103 20 51 100 70
Binary 11010111 10101010 1000110 0 10101 1000011 10000 101001 1000000 111000

Color Harmonies of #D7AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA46

Black with #D7AA46

Text Example


Text Example

White with #D7AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA46; }

 p { color: rgb(215,170,70); }

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

background-color css

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

 a { background-color: rgb(215,170,70); }

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

border-color css

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

 span { border-color: rgb(215,170,70); }

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