Html Css Color HEX #DAB144 Tulip Tree

📋 copy color: '#DAB144'

red 218 ◦ green 177 ◦ blue 68

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

Shades of Tulip Tree #DAB144

Tints of Tulip Tree #DAB144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 47.08%
G = 38.23%
B = 14.69%

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

#DAB144 (or 0xDAB144) is known color: Tulip Tree. HEX triplet: DA, B1 and 44. RGB value is (218,177,68). Sum of RGB (Red+Green+Blue) = 218+177+68=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB144 is #254EBB. Grayscale: #B1B1B1. Windows color (decimal): -2444988 or 4501978. OLE color: 4501978.

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

Color convert

RGB 218 177 68 -
CMYK 0 0.19 0.69 0.15
HSL 43.6º 0.67% 0.56% -
HSV(B) 43.6º 0.69% 0.85% -
XYZ 45.68 46.77 12.09 -
YUV 176.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 218 177 68 0 0.19 0.69 0.15 43.6 0.67 0.56
Hex DA B1 44 0 13 45 F 2C 43 38
Octal 332 261 104 0 23 105 17 54 103 70
Binary 11011010 10110001 1000100 0 10011 1000101 1111 101100 1000011 111000

Color Harmonies of #DAB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB144

Black with #DAB144

Text Example


Text Example

White with #DAB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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