Html Css Color HEX #DAB548 Tulip Tree

📋 copy color: '#DAB548'

red 218 ◦ green 181 ◦ blue 72

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

Shades of Tulip Tree #DAB548

Tints of Tulip Tree #DAB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 46.28%
G = 38.43%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB548 (or 0xDAB548) is known color: Tulip Tree. HEX triplet: DA, B5 and 48. RGB value is (218,181,72). Sum of RGB (Red+Green+Blue) = 218+181+72=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB548 is #254AB7. Grayscale: #B4B4B4. Windows color (decimal): -2443960 or 4765146. OLE color: 4765146.

HSL color Cylindrical-coordinate representation of color #DAB548: hue angle of 44.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB548 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 72 -
CMYK 0 0.17 0.67 0.15
HSL 44.79º 0.66% 0.57% -
HSV(B) 44.79º 0.67% 0.85% -
XYZ 46.61 48.42 13.02 -
YUV 179.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 218 181 72 0 0.17 0.67 0.15 44.79 0.66 0.57
Hex DA B5 48 0 11 43 F 2D 42 39
Octal 332 265 110 0 21 103 17 55 102 71
Binary 11011010 10110101 1001000 0 10001 1000011 1111 101101 1000010 111001

Color Harmonies of #DAB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB548

Black with #DAB548

Text Example


Text Example

White with #DAB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB548; }

 p { color: rgb(218,181,72); }

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

background-color css

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

 a { background-color: rgb(218,181,72); }

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

border-color css

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

 span { border-color: rgb(218,181,72); }

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