Html Css Color HEX #D8C265 Tacha

📋 copy color: '#D8C265'

red 216 ◦ green 194 ◦ blue 101

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

Shades of Tacha #D8C265

Tints of Tacha #D8C265

RGB

 RED value IS 216 (84.77% from 255) = 42.27%

 GREEN value IS 194 (76.17% from 255) = 37.96%

 BLUE value IS 101 (39.84% from 255) = 19.77%

R = 42.27%
G = 37.96%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8C265 (or 0xD8C265) is known color: Tacha. HEX triplet: D8, C2 and 65. RGB value is (216,194,101). Sum of RGB (Red+Green+Blue) = 216+194+101=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C265 is #273D9A. Grayscale: #BEBEBE. Windows color (decimal): -2571675 or 6669016. OLE color: 6669016.

HSL color Cylindrical-coordinate representation of color #D8C265: hue angle of 48.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8C265 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 101 -
CMYK 0 0.10 0.53 0.15
HSL 48.52º 0.6% 0.62% -
HSV(B) 48.52º 0.53% 0.85% -
XYZ 49.96 54.12 20.13 -
YUV 189.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 216 194 101 0 0.10 0.53 0.15 48.52 0.6 0.62
Hex D8 C2 65 0 A 35 F 31 3C 3E
Octal 330 302 145 0 12 65 17 61 74 76
Binary 11011000 11000010 1100101 0 1010 110101 1111 110001 111100 111110

Color Harmonies of #D8C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C265

Black with #D8C265

Text Example


Text Example

White with #D8C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C265; }

 p { color: rgb(216,194,101); }

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

background-color css

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

 a { background-color: rgb(216,194,101); }

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

border-color css

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

 span { border-color: rgb(216,194,101); }

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