Html Css Color HEX #DAB044 Tulip Tree

📋 copy color: '#DAB044'

red 218 ◦ green 176 ◦ blue 68

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

Shades of Tulip Tree #DAB044

Tints of Tulip Tree #DAB044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.72%

R = 47.19%
G = 38.1%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAB044 (or 0xDAB044) is known color: Tulip Tree. HEX triplet: DA, B0 and 44. RGB value is (218,176,68). Sum of RGB (Red+Green+Blue) = 218+176+68=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB044 is #254FBB. Grayscale: #B0B0B0. Windows color (decimal): -2445244 or 4501722. OLE color: 4501722.

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

Color convert

RGB 218 176 68 -
CMYK 0 0.19 0.69 0.15
HSL 43.2º 0.67% 0.56% -
HSV(B) 43.2º 0.69% 0.85% -
XYZ 45.48 46.37 12.02 -
YUV 176.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 218 176 68 0 0.19 0.69 0.15 43.2 0.67 0.56
Hex DA B0 44 0 13 45 F 2B 43 38
Octal 332 260 104 0 23 105 17 53 103 70
Binary 11011010 10110000 1000100 0 10011 1000101 1111 101011 1000011 111000

Color Harmonies of #DAB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB044

Black with #DAB044

Text Example


Text Example

White with #DAB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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