Html Css Color HEX #DAB445 Tulip Tree

📋 copy color: '#DAB445'

red 218 ◦ green 180 ◦ blue 69

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

Shades of Tulip Tree #DAB445

Tints of Tulip Tree #DAB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 46.68%
G = 38.54%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB445 (or 0xDAB445) is known color: Tulip Tree. HEX triplet: DA, B4 and 45. RGB value is (218,180,69). Sum of RGB (Red+Green+Blue) = 218+180+69=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB445 is #254BBA. Grayscale: #B3B3B3. Windows color (decimal): -2444219 or 4568282. OLE color: 4568282.

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

Color convert

RGB 218 180 69 -
CMYK 0 0.17 0.68 0.15
HSL 44.7º 0.67% 0.56% -
HSV(B) 44.7º 0.68% 0.85% -
XYZ 46.31 47.98 12.45 -
YUV 178.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 218 180 69 0 0.17 0.68 0.15 44.7 0.67 0.56
Hex DA B4 45 0 11 44 F 2D 43 38
Octal 332 264 105 0 21 104 17 55 103 70
Binary 11011010 10110100 1000101 0 10001 1000100 1111 101101 1000011 111000

Color Harmonies of #DAB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB445

Black with #DAB445

Text Example


Text Example

White with #DAB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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