Html Css Color HEX #DAA23E Tulip Tree

📋 copy color: '#DAA23E'

red 218 ◦ green 162 ◦ blue 62

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

Shades of Tulip Tree #DAA23E

Tints of Tulip Tree #DAA23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 49.32%
G = 36.65%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA23E (or 0xDAA23E) is known color: Tulip Tree. HEX triplet: DA, A2 and 3E. RGB value is (218,162,62). Sum of RGB (Red+Green+Blue) = 218+162+62=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA23E is #255DC1. Grayscale: #A7A7A7. Windows color (decimal): -2448834 or 4104922. OLE color: 4104922.

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

Color convert

RGB 218 162 62 -
CMYK 0 0.26 0.72 0.15
HSL 38.46º 0.68% 0.55% -
HSV(B) 38.46º 0.72% 0.85% -
XYZ 42.7 41.09 10.24 -
YUV 167.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 218 162 62 0 0.26 0.72 0.15 38.46 0.68 0.55
Hex DA A2 3E 0 1A 48 F 26 44 37
Octal 332 242 76 0 32 110 17 46 104 67
Binary 11011010 10100010 111110 0 11010 1001000 1111 100110 1000100 110111

Color Harmonies of #DAA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA23E

Black with #DAA23E

Text Example


Text Example

White with #DAA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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