Html Css Color HEX #D7BF68 Tacha

📋 copy color: '#D7BF68'

red 215 ◦ green 191 ◦ blue 104

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

Shades of Tacha #D7BF68

Tints of Tacha #D7BF68

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

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

 BLUE value IS 104 (41.02% from 255) = 20.39%

R = 42.16%
G = 37.45%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D7BF68 (or 0xD7BF68) is known color: Tacha. HEX triplet: D7, BF and 68. RGB value is (215,191,104). Sum of RGB (Red+Green+Blue) = 215+191+104=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BF68 is #284097. Grayscale: #BCBCBC. Windows color (decimal): -2637976 or 6864855. OLE color: 6864855.

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

Color convert

RGB 215 191 104 -
CMYK 0 0.11 0.52 0.16
HSL 47.03º 0.58% 0.63% -
HSV(B) 47.03º 0.52% 0.84% -
XYZ 49.15 52.71 20.68 -
YUV 188.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 215 191 104 0 0.11 0.52 0.16 47.03 0.58 0.63
Hex D7 BF 68 0 B 34 10 2F 3A 3F
Octal 327 277 150 0 13 64 20 57 72 77
Binary 11010111 10111111 1101000 0 1011 110100 10000 101111 111010 111111

Color Harmonies of #D7BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF68

Black with #D7BF68

Text Example


Text Example

White with #D7BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF68; }

 p { color: rgb(215,191,104); }

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

background-color css

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

 a { background-color: rgb(215,191,104); }

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

border-color css

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

 span { border-color: rgb(215,191,104); }

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