Html Css Color HEX #D5C35B Tacha

📋 copy color: '#D5C35B'

red 213 ◦ green 195 ◦ blue 91

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

Shades of Tacha #D5C35B

Tints of Tacha #D5C35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.24%

R = 42.69%
G = 39.08%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5C35B (or 0xD5C35B) is known color: Tacha. HEX triplet: D5, C3 and 5B. RGB value is (213,195,91). Sum of RGB (Red+Green+Blue) = 213+195+91=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C35B is #2A3CA4. Grayscale: #BCBCBC. Windows color (decimal): -2768037 or 6013909. OLE color: 6013909.

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

Color convert

RGB 213 195 91 -
CMYK 0 0.08 0.57 0.16
HSL 51.15º 0.59% 0.6% -
HSV(B) 51.15º 0.57% 0.84% -
XYZ 48.84 53.93 17.73 -
YUV 188.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 213 195 91 0 0.08 0.57 0.16 51.15 0.59 0.6
Hex D5 C3 5B 0 8 39 10 33 3B 3C
Octal 325 303 133 0 10 71 20 63 73 74
Binary 11010101 11000011 1011011 0 1000 111001 10000 110011 111011 111100

Color Harmonies of #D5C35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C35B

Black with #D5C35B

Text Example


Text Example

White with #D5C35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C35B; }

 p { color: rgb(213,195,91); }

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

background-color css

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

 a { background-color: rgb(213,195,91); }

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

border-color css

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

 span { border-color: rgb(213,195,91); }

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