Html Css Color HEX #DAA63C Tulip Tree

📋 copy color: '#DAA63C'

red 218 ◦ green 166 ◦ blue 60

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

Shades of Tulip Tree #DAA63C

Tints of Tulip Tree #DAA63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 49.1%
G = 37.39%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA63C (or 0xDAA63C) is known color: Tulip Tree. HEX triplet: DA, A6 and 3C. RGB value is (218,166,60). Sum of RGB (Red+Green+Blue) = 218+166+60=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA63C is #2559C3. Grayscale: #A9A9A9. Windows color (decimal): -2447812 or 3974874. OLE color: 3974874.

HSL color Cylindrical-coordinate representation of color #DAA63C: hue angle of 40.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAA63C is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 60 -
CMYK 0 0.24 0.72 0.15
HSL 40.25º 0.68% 0.55% -
HSV(B) 40.25º 0.72% 0.85% -
XYZ 43.37 42.5 10.19 -
YUV 169.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 218 166 60 0 0.24 0.72 0.15 40.25 0.68 0.55
Hex DA A6 3C 0 18 48 F 28 44 37
Octal 332 246 74 0 30 110 17 50 104 67
Binary 11011010 10100110 111100 0 11000 1001000 1111 101000 1000100 110111

Color Harmonies of #DAA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA63C

Black with #DAA63C

Text Example


Text Example

White with #DAA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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