Html Css Color HEX #D6BF58 Tacha

📋 copy color: '#D6BF58'

red 214 ◦ green 191 ◦ blue 88

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

Shades of Tacha #D6BF58

Tints of Tacha #D6BF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.85%

R = 43.41%
G = 38.74%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6BF58 (or 0xD6BF58) is known color: Tacha. HEX triplet: D6, BF and 58. RGB value is (214,191,88). Sum of RGB (Red+Green+Blue) = 214+191+88=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF58 is #2940A7. Grayscale: #BABABA. Windows color (decimal): -2703528 or 5816278. OLE color: 5816278.

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

Color convert

RGB 214 191 88 -
CMYK 0 0.11 0.59 0.16
HSL 49.05º 0.61% 0.59% -
HSV(B) 49.05º 0.59% 0.84% -
XYZ 48.12 52.26 16.78 -
YUV 186.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 214 191 88 0 0.11 0.59 0.16 49.05 0.61 0.59
Hex D6 BF 58 0 B 3B 10 31 3D 3B
Octal 326 277 130 0 13 73 20 61 75 73
Binary 11010110 10111111 1011000 0 1011 111011 10000 110001 111101 111011

Color Harmonies of #D6BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF58

Black with #D6BF58

Text Example


Text Example

White with #D6BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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