Html Css Color HEX #DAAB48 Tulip Tree

📋 copy color: '#DAAB48'

red 218 ◦ green 171 ◦ blue 72

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

Shades of Tulip Tree #DAAB48

Tints of Tulip Tree #DAAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 47.29%
G = 37.09%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAAB48 (or 0xDAAB48) is known color: Tulip Tree. HEX triplet: DA, AB and 48. RGB value is (218,171,72). Sum of RGB (Red+Green+Blue) = 218+171+72=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB48 is #2554B7. Grayscale: #AEAEAE. Windows color (decimal): -2446520 or 4762586. OLE color: 4762586.

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

Color convert

RGB 218 171 72 -
CMYK 0 0.22 0.67 0.15
HSL 40.68º 0.66% 0.57% -
HSV(B) 40.68º 0.67% 0.85% -
XYZ 44.65 44.5 12.37 -
YUV 173.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 218 171 72 0 0.22 0.67 0.15 40.68 0.66 0.57
Hex DA AB 48 0 16 43 F 29 42 39
Octal 332 253 110 0 26 103 17 51 102 71
Binary 11011010 10101011 1001000 0 10110 1000011 1111 101001 1000010 111001

Color Harmonies of #DAAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB48

Black with #DAAB48

Text Example


Text Example

White with #DAAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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