Html Css Color HEX #D5C167 Tacha

📋 copy color: '#D5C167'

red 213 ◦ green 193 ◦ blue 103

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

Shades of Tacha #D5C167

Tints of Tacha #D5C167

RGB

 RED value IS 213 (83.59% from 255) = 41.85%

 GREEN value IS 193 (75.78% from 255) = 37.92%

 BLUE value IS 103 (40.63% from 255) = 20.24%

R = 41.85%
G = 37.92%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5C167 (or 0xD5C167) is known color: Tacha. HEX triplet: D5, C1 and 67. RGB value is (213,193,103). Sum of RGB (Red+Green+Blue) = 213+193+103=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C167 is #2A3E98. Grayscale: #BDBDBD. Windows color (decimal): -2768537 or 6799829. OLE color: 6799829.

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

Color convert

RGB 213 193 103 -
CMYK 0 0.09 0.52 0.16
HSL 49.09º 0.57% 0.62% -
HSV(B) 49.09º 0.52% 0.84% -
XYZ 48.96 53.27 20.53 -
YUV 188.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 213 193 103 0 0.09 0.52 0.16 49.09 0.57 0.62
Hex D5 C1 67 0 9 34 10 31 39 3E
Octal 325 301 147 0 11 64 20 61 71 76
Binary 11010101 11000001 1100111 0 1001 110100 10000 110001 111001 111110

Color Harmonies of #D5C167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C167

Black with #D5C167

Text Example


Text Example

White with #D5C167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C167; }

 p { color: rgb(213,193,103); }

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

background-color css

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

 a { background-color: rgb(213,193,103); }

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

border-color css

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

 span { border-color: rgb(213,193,103); }

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