Html Css Color HEX #D6BF62 Tacha

📋 copy color: '#D6BF62'

red 214 ◦ green 191 ◦ blue 98

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

Shades of Tacha #D6BF62

Tints of Tacha #D6BF62

RGB

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

 GREEN value IS 191 (75% from 255) = 37.97%

 BLUE value IS 98 (38.67% from 255) = 19.48%

R = 42.54%
G = 37.97%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6BF62 (or 0xD6BF62) is known color: Tacha. HEX triplet: D6, BF and 62. RGB value is (214,191,98). Sum of RGB (Red+Green+Blue) = 214+191+98=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF62 is #29409D. Grayscale: #BBBBBB. Windows color (decimal): -2703518 or 6471638. OLE color: 6471638.

HSL color Cylindrical-coordinate representation of color #D6BF62: hue angle of 48.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6BF62 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 98 -
CMYK 0 0.11 0.54 0.16
HSL 48.1º 0.59% 0.61% -
HSV(B) 48.1º 0.54% 0.84% -
XYZ 48.57 52.44 19.12 -
YUV 187.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 214 191 98 0 0.11 0.54 0.16 48.1 0.59 0.61
Hex D6 BF 62 0 B 36 10 30 3B 3D
Octal 326 277 142 0 13 66 20 60 73 75
Binary 11010110 10111111 1100010 0 1011 110110 10000 110000 111011 111101

Color Harmonies of #D6BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF62

Black with #D6BF62

Text Example


Text Example

White with #D6BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF62; }

 p { color: rgb(214,191,98); }

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

background-color css

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

 a { background-color: rgb(214,191,98); }

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

border-color css

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

 span { border-color: rgb(214,191,98); }

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