Html Css Color HEX #DAB045 Tulip Tree

📋 copy color: '#DAB045'

red 218 ◦ green 176 ◦ blue 69

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

Shades of Tulip Tree #DAB045

Tints of Tulip Tree #DAB045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.9%

R = 47.08%
G = 38.01%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB045 (or 0xDAB045) is known color: Tulip Tree. HEX triplet: DA, B0 and 45. RGB value is (218,176,69). Sum of RGB (Red+Green+Blue) = 218+176+69=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB045 is #254FBA. Grayscale: #B0B0B0. Windows color (decimal): -2445243 or 4567258. OLE color: 4567258.

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

Color convert

RGB 218 176 69 -
CMYK 0 0.19 0.68 0.15
HSL 43.09º 0.67% 0.56% -
HSV(B) 43.09º 0.68% 0.85% -
XYZ 45.51 46.39 12.18 -
YUV 176.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 218 176 69 0 0.19 0.68 0.15 43.09 0.67 0.56
Hex DA B0 45 0 13 44 F 2B 43 38
Octal 332 260 105 0 23 104 17 53 103 70
Binary 11011010 10110000 1000101 0 10011 1000100 1111 101011 1000011 111000

Color Harmonies of #DAB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB045

Black with #DAB045

Text Example


Text Example

White with #DAB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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