Html Css Color HEX #DAA236 Tulip Tree

📋 copy color: '#DAA236'

red 218 ◦ green 162 ◦ blue 54

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

Shades of Tulip Tree #DAA236

Tints of Tulip Tree #DAA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.33%

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

R = 50.23%
G = 37.33%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAA236 (or 0xDAA236) is known color: Tulip Tree. HEX triplet: DA, A2 and 36. RGB value is (218,162,54). Sum of RGB (Red+Green+Blue) = 218+162+54=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA236 is #255DC9. Grayscale: #A6A6A6. Windows color (decimal): -2448842 or 3580634. OLE color: 3580634.

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

Color convert

RGB 218 162 54 -
CMYK 0 0.26 0.75 0.15
HSL 39.51º 0.69% 0.53% -
HSV(B) 39.51º 0.75% 0.85% -
XYZ 42.5 41.01 9.17 -
YUV 166.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 218 162 54 0 0.26 0.75 0.15 39.51 0.69 0.53
Hex DA A2 36 0 1A 4B F 28 45 35
Octal 332 242 66 0 32 113 17 50 105 65
Binary 11011010 10100010 110110 0 11010 1001011 1111 101000 1000101 110101

Color Harmonies of #DAA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA236

Black with #DAA236

Text Example


Text Example

White with #DAA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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