Html Css Color HEX #D7A240 Tulip Tree

📋 copy color: '#D7A240'

red 215 ◦ green 162 ◦ blue 64

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

Shades of Tulip Tree #D7A240

Tints of Tulip Tree #D7A240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 48.75%
G = 36.73%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7A240 (or 0xD7A240) is known color: Tulip Tree. HEX triplet: D7, A2 and 40. RGB value is (215,162,64). Sum of RGB (Red+Green+Blue) = 215+162+64=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A240 is #285DBF. Grayscale: #A7A7A7. Windows color (decimal): -2645440 or 4235991. OLE color: 4235991.

HSL color Cylindrical-coordinate representation of color #D7A240: hue angle of 38.94º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7A240 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 64 -
CMYK 0 0.25 0.70 0.16
HSL 38.94º 0.65% 0.55% -
HSV(B) 38.94º 0.7% 0.84% -
XYZ 41.87 40.66 10.49 -
YUV 166.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 215 162 64 0 0.25 0.70 0.16 38.94 0.65 0.55
Hex D7 A2 40 0 19 46 10 27 41 37
Octal 327 242 100 0 31 106 20 47 101 67
Binary 11010111 10100010 1000000 0 11001 1000110 10000 100111 1000001 110111

Color Harmonies of #D7A240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A240

Black with #D7A240

Text Example


Text Example

White with #D7A240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A240; }

 p { color: rgb(215,162,64); }

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

background-color css

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

 a { background-color: rgb(215,162,64); }

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

border-color css

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

 span { border-color: rgb(215,162,64); }

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