Html Css Color HEX #DAA338 Tulip Tree

📋 copy color: '#DAA338'

red 218 ◦ green 163 ◦ blue 56

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

Shades of Tulip Tree #DAA338

Tints of Tulip Tree #DAA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 49.89%
G = 37.3%
B = 12.81%

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

#DAA338 (or 0xDAA338) is known color: Tulip Tree. HEX triplet: DA, A3 and 38. RGB value is (218,163,56). Sum of RGB (Red+Green+Blue) = 218+163+56=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA338 is #255CC7. Grayscale: #A7A7A7. Windows color (decimal): -2448584 or 3711962. OLE color: 3711962.

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

Color convert

RGB 218 163 56 -
CMYK 0 0.25 0.74 0.15
HSL 39.63º 0.69% 0.54% -
HSV(B) 39.63º 0.74% 0.85% -
XYZ 42.72 41.39 9.48 -
YUV 167.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 218 163 56 0 0.25 0.74 0.15 39.63 0.69 0.54
Hex DA A3 38 0 19 4A F 28 45 36
Octal 332 243 70 0 31 112 17 50 105 66
Binary 11011010 10100011 111000 0 11001 1001010 1111 101000 1000101 110110

Color Harmonies of #DAA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA338

Black with #DAA338

Text Example


Text Example

White with #DAA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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