Html Css Color HEX #DAA942 Tulip Tree

📋 copy color: '#DAA942'

red 218 ◦ green 169 ◦ blue 66

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

Shades of Tulip Tree #DAA942

Tints of Tulip Tree #DAA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.31%

 BLUE value IS 66 (26.17% from 255) = 14.57%

R = 48.12%
G = 37.31%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAA942 (or 0xDAA942) is known color: Tulip Tree. HEX triplet: DA, A9 and 42. RGB value is (218,169,66). Sum of RGB (Red+Green+Blue) = 218+169+66=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA942 is #2556BD. Grayscale: #ACACAC. Windows color (decimal): -2447038 or 4368858. OLE color: 4368858.

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

Color convert

RGB 218 169 66 -
CMYK 0 0.22 0.70 0.15
HSL 40.66º 0.67% 0.56% -
HSV(B) 40.66º 0.7% 0.85% -
XYZ 44.08 43.67 11.26 -
YUV 171.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 218 169 66 0 0.22 0.70 0.15 40.66 0.67 0.56
Hex DA A9 42 0 16 46 F 29 43 38
Octal 332 251 102 0 26 106 17 51 103 70
Binary 11011010 10101001 1000010 0 10110 1000110 1111 101001 1000011 111000

Color Harmonies of #DAA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA942

Black with #DAA942

Text Example


Text Example

White with #DAA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA942; }

 p { color: rgb(218,169,66); }

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

background-color css

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

 a { background-color: rgb(218,169,66); }

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

border-color css

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

 span { border-color: rgb(218,169,66); }

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