Html Css Color HEX #D6A344 Tulip Tree

📋 copy color: '#D6A344'

red 214 ◦ green 163 ◦ blue 68

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

Shades of Tulip Tree #D6A344

Tints of Tulip Tree #D6A344

RGB

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

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

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

R = 48.09%
G = 36.63%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6A344 (or 0xD6A344) is known color: Tulip Tree. HEX triplet: D6, A3 and 44. RGB value is (214,163,68). Sum of RGB (Red+Green+Blue) = 214+163+68=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A344 is #295CBB. Grayscale: #A7A7A7. Windows color (decimal): -2710716 or 4498390. OLE color: 4498390.

HSL color Cylindrical-coordinate representation of color #D6A344: hue angle of 39.04º 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 #D6A344 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 68 -
CMYK 0 0.24 0.68 0.16
HSL 39.04º 0.64% 0.55% -
HSV(B) 39.04º 0.68% 0.84% -
XYZ 41.87 40.91 11.16 -
YUV 167.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 214 163 68 0 0.24 0.68 0.16 39.04 0.64 0.55
Hex D6 A3 44 0 18 44 10 27 40 37
Octal 326 243 104 0 30 104 20 47 100 67
Binary 11010110 10100011 1000100 0 11000 1000100 10000 100111 1000000 110111

Color Harmonies of #D6A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A344

Black with #D6A344

Text Example


Text Example

White with #D6A344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A344; }

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

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

background-color css

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

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

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

border-color css

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

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

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