Html Css Color HEX #D6B85C Tacha

📋 copy color: '#D6B85C'

red 214 ◦ green 184 ◦ blue 92

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

Shades of Tacha #D6B85C

Tints of Tacha #D6B85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.55%

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 43.67%
G = 37.55%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6B85C (or 0xD6B85C) is known color: Tacha. HEX triplet: D6, B8 and 5C. RGB value is (214,184,92). Sum of RGB (Red+Green+Blue) = 214+184+92=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B85C is #2947A3. Grayscale: #B6B6B6. Windows color (decimal): -2705316 or 6076630. OLE color: 6076630.

HSL color Cylindrical-coordinate representation of color #D6B85C: hue angle of 45.25º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6B85C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 92 -
CMYK 0 0.14 0.57 0.16
HSL 45.25º 0.6% 0.6% -
HSV(B) 45.25º 0.57% 0.84% -
XYZ 46.8 49.35 17.18 -
YUV 182.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 214 184 92 0 0.14 0.57 0.16 45.25 0.6 0.6
Hex D6 B8 5C 0 E 39 10 2D 3C 3C
Octal 326 270 134 0 16 71 20 55 74 74
Binary 11010110 10111000 1011100 0 1110 111001 10000 101101 111100 111100

Color Harmonies of #D6B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B85C

Black with #D6B85C

Text Example


Text Example

White with #D6B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B85C; }

 p { color: rgb(214,184,92); }

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

background-color css

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

 a { background-color: rgb(214,184,92); }

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

border-color css

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

 span { border-color: rgb(214,184,92); }

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