Html Css Color HEX #DAA745 Tulip Tree

📋 copy color: '#DAA745'

red 218 ◦ green 167 ◦ blue 69

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

Shades of Tulip Tree #DAA745

Tints of Tulip Tree #DAA745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 48.02%
G = 36.78%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAA745 (or 0xDAA745) is known color: Tulip Tree. HEX triplet: DA, A7 and 45. RGB value is (218,167,69). Sum of RGB (Red+Green+Blue) = 218+167+69=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA745 is #2558BA. Grayscale: #ABABAB. Windows color (decimal): -2447547 or 4564954. OLE color: 4564954.

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

Color convert

RGB 218 167 69 -
CMYK 0 0.23 0.68 0.15
HSL 39.46º 0.67% 0.56% -
HSV(B) 39.46º 0.68% 0.85% -
XYZ 43.81 42.97 11.62 -
YUV 171.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 218 167 69 0 0.23 0.68 0.15 39.46 0.67 0.56
Hex DA A7 45 0 17 44 F 27 43 38
Octal 332 247 105 0 27 104 17 47 103 70
Binary 11011010 10100111 1000101 0 10111 1000100 1111 100111 1000011 111000

Color Harmonies of #DAA745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA745

Black with #DAA745

Text Example


Text Example

White with #DAA745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA745; }

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

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

background-color css

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

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

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

border-color css

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

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

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