Html Css Color HEX #D8A945 Tulip Tree

📋 copy color: '#D8A945'

red 216 ◦ green 169 ◦ blue 69

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

Shades of Tulip Tree #D8A945

Tints of Tulip Tree #D8A945

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

 GREEN value IS 169 (66.41% from 255) = 37.22%

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 47.58%
G = 37.22%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8A945 (or 0xD8A945) is known color: Tulip Tree. HEX triplet: D8, A9 and 45. RGB value is (216,169,69). Sum of RGB (Red+Green+Blue) = 216+169+69=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A945 is #2756BA. Grayscale: #ACACAC. Windows color (decimal): -2578107 or 4565464. OLE color: 4565464.

HSL color Cylindrical-coordinate representation of color #D8A945: hue angle of 40.82º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8A945 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 69 -
CMYK 0 0.22 0.68 0.15
HSL 40.82º 0.65% 0.56% -
HSV(B) 40.82º 0.68% 0.85% -
XYZ 43.58 43.4 11.71 -
YUV 171.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 216 169 69 0 0.22 0.68 0.15 40.82 0.65 0.56
Hex D8 A9 45 0 16 44 F 29 41 38
Octal 330 251 105 0 26 104 17 51 101 70
Binary 11011000 10101001 1000101 0 10110 1000100 1111 101001 1000001 111000

Color Harmonies of #D8A945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A945

Black with #D8A945

Text Example


Text Example

White with #D8A945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A945; }

 p { color: rgb(216,169,69); }

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

background-color css

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

 a { background-color: rgb(216,169,69); }

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

border-color css

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

 span { border-color: rgb(216,169,69); }

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