Html Css Color HEX #D8A83D Tulip Tree

📋 copy color: '#D8A83D'

red 216 ◦ green 168 ◦ blue 61

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

Shades of Tulip Tree #D8A83D

Tints of Tulip Tree #D8A83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 48.54%
G = 37.75%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8A83D (or 0xD8A83D) is known color: Tulip Tree. HEX triplet: D8, A8 and 3D. RGB value is (216,168,61). Sum of RGB (Red+Green+Blue) = 216+168+61=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A83D is #2757C2. Grayscale: #AAAAAA. Windows color (decimal): -2578371 or 4040920. OLE color: 4040920.

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

Color convert

RGB 216 168 61 -
CMYK 0 0.22 0.72 0.15
HSL 41.42º 0.67% 0.54% -
HSV(B) 41.42º 0.72% 0.85% -
XYZ 43.16 42.94 10.43 -
YUV 170.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 216 168 61 0 0.22 0.72 0.15 41.42 0.67 0.54
Hex D8 A8 3D 0 16 48 F 29 43 36
Octal 330 250 75 0 26 110 17 51 103 66
Binary 11011000 10101000 111101 0 10110 1001000 1111 101001 1000011 110110

Color Harmonies of #D8A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A83D

Black with #D8A83D

Text Example


Text Example

White with #D8A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A83D; }

 p { color: rgb(216,168,61); }

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

background-color css

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

 a { background-color: rgb(216,168,61); }

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

border-color css

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

 span { border-color: rgb(216,168,61); }

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