Html Css Color HEX #DAA438 Tulip Tree

📋 copy color: '#DAA438'

red 218 ◦ green 164 ◦ blue 56

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

Shades of Tulip Tree #DAA438

Tints of Tulip Tree #DAA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 49.77%
G = 37.44%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAA438 (or 0xDAA438) is known color: Tulip Tree. HEX triplet: DA, A4 and 38. RGB value is (218,164,56). Sum of RGB (Red+Green+Blue) = 218+164+56=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA438 is #255BC7. Grayscale: #A8A8A8. Windows color (decimal): -2448328 or 3712218. OLE color: 3712218.

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

Color convert

RGB 218 164 56 -
CMYK 0 0.25 0.74 0.15
HSL 40º 0.69% 0.54% -
HSV(B) 40º 0.74% 0.85% -
XYZ 42.9 41.74 9.54 -
YUV 167.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 218 164 56 0 0.25 0.74 0.15 40 0.69 0.54
Hex DA A4 38 0 19 4A F 28 45 36
Octal 332 244 70 0 31 112 17 50 105 66
Binary 11011010 10100100 111000 0 11001 1001010 1111 101000 1000101 110110

Color Harmonies of #DAA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA438

Black with #DAA438

Text Example


Text Example

White with #DAA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA438; }

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

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

background-color css

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

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

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

border-color css

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

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

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