Html Css Color HEX #D5CC5F Tacha

📋 copy color: '#D5CC5F'

red 213 ◦ green 204 ◦ blue 95

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

Shades of Tacha #D5CC5F

Tints of Tacha #D5CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 41.6%
G = 39.84%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5CC5F (or 0xD5CC5F) is known color: Tacha. HEX triplet: D5, CC and 5F. RGB value is (213,204,95). Sum of RGB (Red+Green+Blue) = 213+204+95=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC5F is #2A33A0. Grayscale: #C2C2C2. Windows color (decimal): -2765729 or 6278357. OLE color: 6278357.

HSL color Cylindrical-coordinate representation of color #D5CC5F: hue angle of 55.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5CC5F is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 95 -
CMYK 0 0.04 0.55 0.16
HSL 55.42º 0.58% 0.6% -
HSV(B) 55.42º 0.55% 0.84% -
XYZ 51.1 58.16 19.36 -
YUV 194.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 213 204 95 0 0.04 0.55 0.16 55.42 0.58 0.6
Hex D5 CC 5F 0 4 37 10 37 3A 3C
Octal 325 314 137 0 4 67 20 67 72 74
Binary 11010101 11001100 1011111 0 100 110111 10000 110111 111010 111100

Color Harmonies of #D5CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC5F

Black with #D5CC5F

Text Example


Text Example

White with #D5CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC5F; }

 p { color: rgb(213,204,95); }

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

background-color css

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

 a { background-color: rgb(213,204,95); }

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

border-color css

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

 span { border-color: rgb(213,204,95); }

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