Html Css Color HEX #DAB446 Tulip Tree

📋 copy color: '#DAB446'

red 218 ◦ green 180 ◦ blue 70

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

Shades of Tulip Tree #DAB446

Tints of Tulip Tree #DAB446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 46.58%
G = 38.46%
B = 14.96%

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

#DAB446 (or 0xDAB446) is known color: Tulip Tree. HEX triplet: DA, B4 and 46. RGB value is (218,180,70). Sum of RGB (Red+Green+Blue) = 218+180+70=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB446 is #254BB9. Grayscale: #B3B3B3. Windows color (decimal): -2444218 or 4633818. OLE color: 4633818.

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

Color convert

RGB 218 180 70 -
CMYK 0 0.17 0.68 0.15
HSL 44.59º 0.67% 0.56% -
HSV(B) 44.59º 0.68% 0.85% -
XYZ 46.34 47.99 12.61 -
YUV 178.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 218 180 70 0 0.17 0.68 0.15 44.59 0.67 0.56
Hex DA B4 46 0 11 44 F 2D 43 38
Octal 332 264 106 0 21 104 17 55 103 70
Binary 11011010 10110100 1000110 0 10001 1000100 1111 101101 1000011 111000

Color Harmonies of #DAB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB446

Black with #DAB446

Text Example


Text Example

White with #DAB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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