Html Css Color HEX #DAB047 Tulip Tree

📋 copy color: '#DAB047'

red 218 ◦ green 176 ◦ blue 71

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

Shades of Tulip Tree #DAB047

Tints of Tulip Tree #DAB047

RGB

 RED value IS 218 (85.55% from 255) = 46.88%

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 46.88%
G = 37.85%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB047 (or 0xDAB047) is known color: Tulip Tree. HEX triplet: DA, B0 and 47. RGB value is (218,176,71). Sum of RGB (Red+Green+Blue) = 218+176+71=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB047 is #254FB8. Grayscale: #B1B1B1. Windows color (decimal): -2445241 or 4698330. OLE color: 4698330.

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

Color convert

RGB 218 176 71 -
CMYK 0 0.19 0.67 0.15
HSL 42.86º 0.67% 0.57% -
HSV(B) 42.86º 0.67% 0.85% -
XYZ 45.58 46.41 12.52 -
YUV 176.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 218 176 71 0 0.19 0.67 0.15 42.86 0.67 0.57
Hex DA B0 47 0 13 43 F 2B 43 39
Octal 332 260 107 0 23 103 17 53 103 71
Binary 11011010 10110000 1000111 0 10011 1000011 1111 101011 1000011 111001

Color Harmonies of #DAB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB047

Black with #DAB047

Text Example


Text Example

White with #DAB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB047; }

 p { color: rgb(218,176,71); }

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

background-color css

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

 a { background-color: rgb(218,176,71); }

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

border-color css

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

 span { border-color: rgb(218,176,71); }

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