Html Css Color HEX #DAA83A Tulip Tree

📋 copy color: '#DAA83A'

red 218 ◦ green 168 ◦ blue 58

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

Shades of Tulip Tree #DAA83A

Tints of Tulip Tree #DAA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 58 (23.05% from 255) = 13.06%

R = 49.1%
G = 37.84%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAA83A (or 0xDAA83A) is known color: Tulip Tree. HEX triplet: DA, A8 and 3A. RGB value is (218,168,58). Sum of RGB (Red+Green+Blue) = 218+168+58=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA83A is #2557C5. Grayscale: #AAAAAA. Windows color (decimal): -2447302 or 3844314. OLE color: 3844314.

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

Color convert

RGB 218 168 58 -
CMYK 0 0.23 0.73 0.15
HSL 41.25º 0.68% 0.54% -
HSV(B) 41.25º 0.73% 0.85% -
XYZ 43.68 43.22 10.04 -
YUV 170.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 218 168 58 0 0.23 0.73 0.15 41.25 0.68 0.54
Hex DA A8 3A 0 17 49 F 29 44 36
Octal 332 250 72 0 27 111 17 51 104 66
Binary 11011010 10101000 111010 0 10111 1001001 1111 101001 1000100 110110

Color Harmonies of #DAA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA83A

Black with #DAA83A

Text Example


Text Example

White with #DAA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA83A; }

 p { color: rgb(218,168,58); }

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

background-color css

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

 a { background-color: rgb(218,168,58); }

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

border-color css

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

 span { border-color: rgb(218,168,58); }

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