Html Css Color HEX #DAA336 Tulip Tree

📋 copy color: '#DAA336'

red 218 ◦ green 163 ◦ blue 54

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

Shades of Tulip Tree #DAA336

Tints of Tulip Tree #DAA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

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

R = 50.11%
G = 37.47%
B = 12.41%

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

#DAA336 (or 0xDAA336) is known color: Tulip Tree. HEX triplet: DA, A3 and 36. RGB value is (218,163,54). Sum of RGB (Red+Green+Blue) = 218+163+54=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA336 is #255CC9. Grayscale: #A7A7A7. Windows color (decimal): -2448586 or 3580890. OLE color: 3580890.

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

Color convert

RGB 218 163 54 -
CMYK 0 0.25 0.75 0.15
HSL 39.88º 0.69% 0.53% -
HSV(B) 39.88º 0.75% 0.85% -
XYZ 42.68 41.37 9.23 -
YUV 167.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 218 163 54 0 0.25 0.75 0.15 39.88 0.69 0.53
Hex DA A3 36 0 19 4B F 28 45 35
Octal 332 243 66 0 31 113 17 50 105 65
Binary 11011010 10100011 110110 0 11001 1001011 1111 101000 1000101 110101

Color Harmonies of #DAA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA336

Black with #DAA336

Text Example


Text Example

White with #DAA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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