Html Css Color HEX #DAA33E Tulip Tree

📋 copy color: '#DAA33E'

red 218 ◦ green 163 ◦ blue 62

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

Shades of Tulip Tree #DAA33E

Tints of Tulip Tree #DAA33E

RGB

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

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

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

R = 49.21%
G = 36.79%
B = 14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAA33E (or 0xDAA33E) is known color: Tulip Tree. HEX triplet: DA, A3 and 3E. RGB value is (218,163,62). Sum of RGB (Red+Green+Blue) = 218+163+62=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA33E is #255CC1. Grayscale: #A8A8A8. Windows color (decimal): -2448578 or 4105178. OLE color: 4105178.

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

Color convert

RGB 218 163 62 -
CMYK 0 0.25 0.72 0.15
HSL 38.85º 0.68% 0.55% -
HSV(B) 38.85º 0.72% 0.85% -
XYZ 42.88 41.45 10.3 -
YUV 167.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 218 163 62 0 0.25 0.72 0.15 38.85 0.68 0.55
Hex DA A3 3E 0 19 48 F 27 44 37
Octal 332 243 76 0 31 110 17 47 104 67
Binary 11011010 10100011 111110 0 11001 1001000 1111 100111 1000100 110111

Color Harmonies of #DAA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA33E

Black with #DAA33E

Text Example


Text Example

White with #DAA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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