Html Css Color HEX #D6A444 Tulip Tree

📋 copy color: '#D6A444'

red 214 ◦ green 164 ◦ blue 68

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

Shades of Tulip Tree #D6A444

Tints of Tulip Tree #D6A444

RGB

 RED value IS 214 (83.98% from 255) = 47.98%

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 47.98%
G = 36.77%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6A444 (or 0xD6A444) is known color: Tulip Tree. HEX triplet: D6, A4 and 44. RGB value is (214,164,68). Sum of RGB (Red+Green+Blue) = 214+164+68=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A444 is #295BBB. Grayscale: #A8A8A8. Windows color (decimal): -2710460 or 4498646. OLE color: 4498646.

HSL color Cylindrical-coordinate representation of color #D6A444: hue angle of 39.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6A444 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 68 -
CMYK 0 0.23 0.68 0.16
HSL 39.45º 0.64% 0.55% -
HSV(B) 39.45º 0.68% 0.84% -
XYZ 42.05 41.26 11.22 -
YUV 168.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 214 164 68 0 0.23 0.68 0.16 39.45 0.64 0.55
Hex D6 A4 44 0 17 44 10 27 40 37
Octal 326 244 104 0 27 104 20 47 100 67
Binary 11010110 10100100 1000100 0 10111 1000100 10000 100111 1000000 110111

Color Harmonies of #D6A444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A444

Black with #D6A444

Text Example


Text Example

White with #D6A444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A444; }

 p { color: rgb(214,164,68); }

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

background-color css

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

 a { background-color: rgb(214,164,68); }

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

border-color css

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

 span { border-color: rgb(214,164,68); }

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