Html Css Color HEX #D8AB46 Tulip Tree

📋 copy color: '#D8AB46'

red 216 ◦ green 171 ◦ blue 70

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

Shades of Tulip Tree #D8AB46

Tints of Tulip Tree #D8AB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 47.26%
G = 37.42%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D8AB46 (or 0xD8AB46) is known color: Tulip Tree. HEX triplet: D8, AB and 46. RGB value is (216,171,70). Sum of RGB (Red+Green+Blue) = 216+171+70=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB46 is #2754B9. Grayscale: #ADADAD. Windows color (decimal): -2577594 or 4631512. OLE color: 4631512.

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

Color convert

RGB 216 171 70 -
CMYK 0 0.21 0.68 0.15
HSL 41.51º 0.65% 0.56% -
HSV(B) 41.51º 0.68% 0.85% -
XYZ 43.99 44.17 12 -
YUV 172.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 216 171 70 0 0.21 0.68 0.15 41.51 0.65 0.56
Hex D8 AB 46 0 15 44 F 2A 41 38
Octal 330 253 106 0 25 104 17 52 101 70
Binary 11011000 10101011 1000110 0 10101 1000100 1111 101010 1000001 111000

Color Harmonies of #D8AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB46

Black with #D8AB46

Text Example


Text Example

White with #D8AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB46; }

 p { color: rgb(216,171,70); }

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

background-color css

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

 a { background-color: rgb(216,171,70); }

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

border-color css

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

 span { border-color: rgb(216,171,70); }

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