Html Css Color HEX #DAB346 Tulip Tree

📋 copy color: '#DAB346'

red 218 ◦ green 179 ◦ blue 70

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

Shades of Tulip Tree #DAB346

Tints of Tulip Tree #DAB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.33%

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

R = 46.68%
G = 38.33%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB346 (or 0xDAB346) is known color: Tulip Tree. HEX triplet: DA, B3 and 46. RGB value is (218,179,70). Sum of RGB (Red+Green+Blue) = 218+179+70=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB346 is #254CB9. Grayscale: #B2B2B2. Windows color (decimal): -2444474 or 4633562. OLE color: 4633562.

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

Color convert

RGB 218 179 70 -
CMYK 0 0.18 0.68 0.15
HSL 44.19º 0.67% 0.56% -
HSV(B) 44.19º 0.68% 0.85% -
XYZ 46.14 47.59 12.55 -
YUV 178.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 218 179 70 0 0.18 0.68 0.15 44.19 0.67 0.56
Hex DA B3 46 0 12 44 F 2C 43 38
Octal 332 263 106 0 22 104 17 54 103 70
Binary 11011010 10110011 1000110 0 10010 1000100 1111 101100 1000011 111000

Color Harmonies of #DAB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB346

Black with #DAB346

Text Example


Text Example

White with #DAB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB346; }

 p { color: rgb(218,179,70); }

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

background-color css

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

 a { background-color: rgb(218,179,70); }

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

border-color css

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

 span { border-color: rgb(218,179,70); }

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