Html Css Color HEX #DAB043 Tulip Tree

📋 copy color: '#DAB043'

red 218 ◦ green 176 ◦ blue 67

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

Shades of Tulip Tree #DAB043

Tints of Tulip Tree #DAB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.53%

R = 47.29%
G = 38.18%
B = 14.53%

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

#DAB043 (or 0xDAB043) is known color: Tulip Tree. HEX triplet: DA, B0 and 43. RGB value is (218,176,67). Sum of RGB (Red+Green+Blue) = 218+176+67=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB043 is #254FBC. Grayscale: #B0B0B0. Windows color (decimal): -2445245 or 4436186. OLE color: 4436186.

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

Color convert

RGB 218 176 67 -
CMYK 0 0.19 0.69 0.15
HSL 43.31º 0.67% 0.56% -
HSV(B) 43.31º 0.69% 0.85% -
XYZ 45.45 46.36 11.86 -
YUV 176.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 218 176 67 0 0.19 0.69 0.15 43.31 0.67 0.56
Hex DA B0 43 0 13 45 F 2B 43 38
Octal 332 260 103 0 23 105 17 53 103 70
Binary 11011010 10110000 1000011 0 10011 1000101 1111 101011 1000011 111000

Color Harmonies of #DAB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB043

Black with #DAB043

Text Example


Text Example

White with #DAB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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