Html Css Color HEX #DAA648 Tulip Tree

📋 copy color: '#DAA648'

red 218 ◦ green 166 ◦ blue 72

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

Shades of Tulip Tree #DAA648

Tints of Tulip Tree #DAA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 47.81%
G = 36.4%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAA648 (or 0xDAA648) is known color: Tulip Tree. HEX triplet: DA, A6 and 48. RGB value is (218,166,72). Sum of RGB (Red+Green+Blue) = 218+166+72=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA648 is #2559B7. Grayscale: #ABABAB. Windows color (decimal): -2447800 or 4761306. OLE color: 4761306.

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

Color convert

RGB 218 166 72 -
CMYK 0 0.24 0.67 0.15
HSL 38.63º 0.66% 0.57% -
HSV(B) 38.63º 0.67% 0.85% -
XYZ 43.72 42.65 12.06 -
YUV 170.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 218 166 72 0 0.24 0.67 0.15 38.63 0.66 0.57
Hex DA A6 48 0 18 43 F 27 42 39
Octal 332 246 110 0 30 103 17 47 102 71
Binary 11011010 10100110 1001000 0 11000 1000011 1111 100111 1000010 111001

Color Harmonies of #DAA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA648

Black with #DAA648

Text Example


Text Example

White with #DAA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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