Html Css Color HEX #D8A73C Tulip Tree

📋 copy color: '#D8A73C'

red 216 ◦ green 167 ◦ blue 60

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

Shades of Tulip Tree #D8A73C

Tints of Tulip Tree #D8A73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 48.76%
G = 37.7%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8A73C (or 0xD8A73C) is known color: Tulip Tree. HEX triplet: D8, A7 and 3C. RGB value is (216,167,60). Sum of RGB (Red+Green+Blue) = 216+167+60=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A73C is #2758C3. Grayscale: #A9A9A9. Windows color (decimal): -2578628 or 3975128. OLE color: 3975128.

HSL color Cylindrical-coordinate representation of color #D8A73C: hue angle of 41.15º 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 #D8A73C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 60 -
CMYK 0 0.23 0.72 0.15
HSL 41.15º 0.67% 0.54% -
HSV(B) 41.15º 0.72% 0.85% -
XYZ 42.95 42.56 10.23 -
YUV 169.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 216 167 60 0 0.23 0.72 0.15 41.15 0.67 0.54
Hex D8 A7 3C 0 17 48 F 29 43 36
Octal 330 247 74 0 27 110 17 51 103 66
Binary 11011000 10100111 111100 0 10111 1001000 1111 101001 1000011 110110

Color Harmonies of #D8A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A73C

Black with #D8A73C

Text Example


Text Example

White with #D8A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A73C; }

 p { color: rgb(216,167,60); }

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

background-color css

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

 a { background-color: rgb(216,167,60); }

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

border-color css

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

 span { border-color: rgb(216,167,60); }

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