Html Css Color HEX #D7C366 Tacha

📋 copy color: '#D7C366'

red 215 ◦ green 195 ◦ blue 102

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

Shades of Tacha #D7C366

Tints of Tacha #D7C366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 41.99%
G = 38.09%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7C366 (or 0xD7C366) is known color: Tacha. HEX triplet: D7, C3 and 66. RGB value is (215,195,102). Sum of RGB (Red+Green+Blue) = 215+195+102=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C366 is #283C99. Grayscale: #BEBEBE. Windows color (decimal): -2636954 or 6734807. OLE color: 6734807.

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

Color convert

RGB 215 195 102 -
CMYK 0 0.09 0.53 0.16
HSL 49.38º 0.59% 0.62% -
HSV(B) 49.38º 0.53% 0.84% -
XYZ 49.94 54.44 20.45 -
YUV 190.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 215 195 102 0 0.09 0.53 0.16 49.38 0.59 0.62
Hex D7 C3 66 0 9 35 10 31 3B 3E
Octal 327 303 146 0 11 65 20 61 73 76
Binary 11010111 11000011 1100110 0 1001 110101 10000 110001 111011 111110

Color Harmonies of #D7C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C366

Black with #D7C366

Text Example


Text Example

White with #D7C366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C366; }

 p { color: rgb(215,195,102); }

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

background-color css

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

 a { background-color: rgb(215,195,102); }

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

border-color css

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

 span { border-color: rgb(215,195,102); }

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