Html Css Color HEX #D4C55B Tacha

📋 copy color: '#D4C55B'

red 212 ◦ green 197 ◦ blue 91

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

Shades of Tacha #D4C55B

Tints of Tacha #D4C55B

RGB

 RED value IS 212 (83.2% from 255) = 42.4%

 GREEN value IS 197 (77.34% from 255) = 39.4%

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

R = 42.4%
G = 39.4%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4C55B (or 0xD4C55B) is known color: Tacha. HEX triplet: D4, C5 and 5B. RGB value is (212,197,91). Sum of RGB (Red+Green+Blue) = 212+197+91=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C55B is #2B3AA4. Grayscale: #BDBDBD. Windows color (decimal): -2833061 or 6014420. OLE color: 6014420.

HSL color Cylindrical-coordinate representation of color #D4C55B: hue angle of 52.56º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4C55B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 197 91 -
CMYK 0 0.07 0.57 0.17
HSL 52.56º 0.58% 0.59% -
HSV(B) 52.56º 0.57% 0.83% -
XYZ 49.01 54.68 17.87 -
YUV 189.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 212 197 91 0 0.07 0.57 0.17 52.56 0.58 0.59
Hex D4 C5 5B 0 7 39 11 35 3A 3B
Octal 324 305 133 0 7 71 21 65 72 73
Binary 11010100 11000101 1011011 0 111 111001 10001 110101 111010 111011

Color Harmonies of #D4C55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C55B

Black with #D4C55B

Text Example


Text Example

White with #D4C55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C55B; }

 p { color: rgb(212,197,91); }

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

background-color css

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

 a { background-color: rgb(212,197,91); }

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

border-color css

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

 span { border-color: rgb(212,197,91); }

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