Html Css Color HEX #D8C85A Tacha

📋 copy color: '#D8C85A'

red 216 ◦ green 200 ◦ blue 90

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

Shades of Tacha #D8C85A

Tints of Tacha #D8C85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 42.69%
G = 39.53%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8C85A (or 0xD8C85A) is known color: Tacha. HEX triplet: D8, C8 and 5A. RGB value is (216,200,90). Sum of RGB (Red+Green+Blue) = 216+200+90=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C85A is #2737A5. Grayscale: #C0C0C0. Windows color (decimal): -2570150 or 5949656. OLE color: 5949656.

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

Color convert

RGB 216 200 90 -
CMYK 0 0.07 0.58 0.15
HSL 52.38º 0.62% 0.6% -
HSV(B) 52.38º 0.58% 0.85% -
XYZ 50.82 56.65 17.93 -
YUV 192.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 216 200 90 0 0.07 0.58 0.15 52.38 0.62 0.6
Hex D8 C8 5A 0 7 3A F 34 3E 3C
Octal 330 310 132 0 7 72 17 64 76 74
Binary 11011000 11001000 1011010 0 111 111010 1111 110100 111110 111100

Color Harmonies of #D8C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C85A

Black with #D8C85A

Text Example


Text Example

White with #D8C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C85A; }

 p { color: rgb(216,200,90); }

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

background-color css

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

 a { background-color: rgb(216,200,90); }

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

border-color css

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

 span { border-color: rgb(216,200,90); }

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