Html Css Color HEX #DAA436 Tulip Tree

📋 copy color: '#DAA436'

red 218 ◦ green 164 ◦ blue 54

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

Shades of Tulip Tree #DAA436

Tints of Tulip Tree #DAA436

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

 BLUE value IS 54 (21.48% from 255) = 12.39%

R = 50%
G = 37.61%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAA436 (or 0xDAA436) is known color: Tulip Tree. HEX triplet: DA, A4 and 36. RGB value is (218,164,54). Sum of RGB (Red+Green+Blue) = 218+164+54=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA436 is #255BC9. Grayscale: #A8A8A8. Windows color (decimal): -2448330 or 3581146. OLE color: 3581146.

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

Color convert

RGB 218 164 54 -
CMYK 0 0.25 0.75 0.15
HSL 40.24º 0.69% 0.53% -
HSV(B) 40.24º 0.75% 0.85% -
XYZ 42.85 41.72 9.28 -
YUV 167.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 218 164 54 0 0.25 0.75 0.15 40.24 0.69 0.53
Hex DA A4 36 0 19 4B F 28 45 35
Octal 332 244 66 0 31 113 17 50 105 65
Binary 11011010 10100100 110110 0 11001 1001011 1111 101000 1000101 110101

Color Harmonies of #DAA436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA436

Black with #DAA436

Text Example


Text Example

White with #DAA436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA436; }

 p { color: rgb(218,164,54); }

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

background-color css

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

 a { background-color: rgb(218,164,54); }

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

border-color css

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

 span { border-color: rgb(218,164,54); }

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