Html Css Color HEX #DAB048 Tulip Tree

📋 copy color: '#DAB048'

red 218 ◦ green 176 ◦ blue 72

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

Shades of Tulip Tree #DAB048

Tints of Tulip Tree #DAB048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 46.78%
G = 37.77%
B = 15.45%

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

#DAB048 (or 0xDAB048) is known color: Tulip Tree. HEX triplet: DA, B0 and 48. RGB value is (218,176,72). Sum of RGB (Red+Green+Blue) = 218+176+72=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB048 is #254FB7. Grayscale: #B1B1B1. Windows color (decimal): -2445240 or 4763866. OLE color: 4763866.

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

Color convert

RGB 218 176 72 -
CMYK 0 0.19 0.67 0.15
HSL 42.74º 0.66% 0.57% -
HSV(B) 42.74º 0.67% 0.85% -
XYZ 45.61 46.42 12.69 -
YUV 176.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 218 176 72 0 0.19 0.67 0.15 42.74 0.66 0.57
Hex DA B0 48 0 13 43 F 2B 42 39
Octal 332 260 110 0 23 103 17 53 102 71
Binary 11011010 10110000 1001000 0 10011 1000011 1111 101011 1000010 111001

Color Harmonies of #DAB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB048

Black with #DAB048

Text Example


Text Example

White with #DAB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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