Html Css Color HEX #DAA538 Tulip Tree

📋 copy color: '#DAA538'

red 218 ◦ green 165 ◦ blue 56

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

Shades of Tulip Tree #DAA538

Tints of Tulip Tree #DAA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 56 (22.27% from 255) = 12.76%

R = 49.66%
G = 37.59%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAA538 (or 0xDAA538) is known color: Tulip Tree. HEX triplet: DA, A5 and 38. RGB value is (218,165,56). Sum of RGB (Red+Green+Blue) = 218+165+56=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA538 is #255AC7. Grayscale: #A8A8A8. Windows color (decimal): -2448072 or 3712474. OLE color: 3712474.

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

Color convert

RGB 218 165 56 -
CMYK 0 0.24 0.74 0.15
HSL 40.37º 0.69% 0.54% -
HSV(B) 40.37º 0.74% 0.85% -
XYZ 43.08 42.1 9.6 -
YUV 168.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 218 165 56 0 0.24 0.74 0.15 40.37 0.69 0.54
Hex DA A5 38 0 18 4A F 28 45 36
Octal 332 245 70 0 30 112 17 50 105 66
Binary 11011010 10100101 111000 0 11000 1001010 1111 101000 1000101 110110

Color Harmonies of #DAA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA538

Black with #DAA538

Text Example


Text Example

White with #DAA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA538; }

 p { color: rgb(218,165,56); }

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

background-color css

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

 a { background-color: rgb(218,165,56); }

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

border-color css

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

 span { border-color: rgb(218,165,56); }

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