Html Css Color HEX #DAA139 Tulip Tree

📋 copy color: '#DAA139'

red 218 ◦ green 161 ◦ blue 57

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

Shades of Tulip Tree #DAA139

Tints of Tulip Tree #DAA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 50%
G = 36.93%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAA139 (or 0xDAA139) is known color: Tulip Tree. HEX triplet: DA, A1 and 39. RGB value is (218,161,57). Sum of RGB (Red+Green+Blue) = 218+161+57=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA139 is #255EC6. Grayscale: #A6A6A6. Windows color (decimal): -2449095 or 3776986. OLE color: 3776986.

HSL color Cylindrical-coordinate representation of color #DAA139: hue angle of 38.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAA139 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 57 -
CMYK 0 0.26 0.74 0.15
HSL 38.76º 0.69% 0.54% -
HSV(B) 38.76º 0.74% 0.85% -
XYZ 42.4 40.69 9.49 -
YUV 166.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 218 161 57 0 0.26 0.74 0.15 38.76 0.69 0.54
Hex DA A1 39 0 1A 4A F 27 45 36
Octal 332 241 71 0 32 112 17 47 105 66
Binary 11011010 10100001 111001 0 11010 1001010 1111 100111 1000101 110110

Color Harmonies of #DAA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA139

Black with #DAA139

Text Example


Text Example

White with #DAA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA139; }

 p { color: rgb(218,161,57); }

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

background-color css

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

 a { background-color: rgb(218,161,57); }

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

border-color css

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

 span { border-color: rgb(218,161,57); }

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