Html Css Color HEX #DAA73D Tulip Tree

📋 copy color: '#DAA73D'

red 218 ◦ green 167 ◦ blue 61

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

Shades of Tulip Tree #DAA73D

Tints of Tulip Tree #DAA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 48.88%
G = 37.44%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA73D (or 0xDAA73D) is known color: Tulip Tree. HEX triplet: DA, A7 and 3D. RGB value is (218,167,61). Sum of RGB (Red+Green+Blue) = 218+167+61=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA73D is #2558C2. Grayscale: #AAAAAA. Windows color (decimal): -2447555 or 4040666. OLE color: 4040666.

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

Color convert

RGB 218 167 61 -
CMYK 0 0.23 0.72 0.15
HSL 40.51º 0.68% 0.55% -
HSV(B) 40.51º 0.72% 0.85% -
XYZ 43.57 42.88 10.39 -
YUV 170.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 218 167 61 0 0.23 0.72 0.15 40.51 0.68 0.55
Hex DA A7 3D 0 17 48 F 29 44 37
Octal 332 247 75 0 27 110 17 51 104 67
Binary 11011010 10100111 111101 0 10111 1001000 1111 101001 1000100 110111

Color Harmonies of #DAA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA73D

Black with #DAA73D

Text Example


Text Example

White with #DAA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA73D; }

 p { color: rgb(218,167,61); }

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

background-color css

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

 a { background-color: rgb(218,167,61); }

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

border-color css

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

 span { border-color: rgb(218,167,61); }

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