Html Css Color HEX #D7C264 Tacha

📋 copy color: '#D7C264'

red 215 ◦ green 194 ◦ blue 100

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

Shades of Tacha #D7C264

Tints of Tacha #D7C264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 42.24%
G = 38.11%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7C264 (or 0xD7C264) is known color: Tacha. HEX triplet: D7, C2 and 64. RGB value is (215,194,100). Sum of RGB (Red+Green+Blue) = 215+194+100=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C264 is #283D9B. Grayscale: #BDBDBD. Windows color (decimal): -2637212 or 6603479. OLE color: 6603479.

HSL color Cylindrical-coordinate representation of color #D7C264: hue angle of 49.04º 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 #D7C264 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 100 -
CMYK 0 0.10 0.53 0.16
HSL 49.04º 0.59% 0.62% -
HSV(B) 49.04º 0.53% 0.84% -
XYZ 49.62 53.95 19.86 -
YUV 189.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 215 194 100 0 0.10 0.53 0.16 49.04 0.59 0.62
Hex D7 C2 64 0 A 35 10 31 3B 3E
Octal 327 302 144 0 12 65 20 61 73 76
Binary 11010111 11000010 1100100 0 1010 110101 10000 110001 111011 111110

Color Harmonies of #D7C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C264

Black with #D7C264

Text Example


Text Example

White with #D7C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C264; }

 p { color: rgb(215,194,100); }

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

background-color css

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

 a { background-color: rgb(215,194,100); }

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

border-color css

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

 span { border-color: rgb(215,194,100); }

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