Html Css Color HEX #D4B966 Tacha

📋 copy color: '#D4B966'

red 212 ◦ green 185 ◦ blue 102

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

Shades of Tacha #D4B966

Tints of Tacha #D4B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 102 (40.23% from 255) = 20.44%

R = 42.48%
G = 37.07%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4B966 (or 0xD4B966) is known color: Tacha. HEX triplet: D4, B9 and 66. RGB value is (212,185,102). Sum of RGB (Red+Green+Blue) = 212+185+102=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B966 is #2B4699. Grayscale: #B7B7B7. Windows color (decimal): -2836122 or 6732244. OLE color: 6732244.

HSL color Cylindrical-coordinate representation of color #D4B966: hue angle of 45.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4B966 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 185 102 -
CMYK 0 0.13 0.52 0.17
HSL 45.27º 0.56% 0.62% -
HSV(B) 45.27º 0.52% 0.83% -
XYZ 46.9 49.65 19.68 -
YUV 183.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 212 185 102 0 0.13 0.52 0.17 45.27 0.56 0.62
Hex D4 B9 66 0 D 34 11 2D 38 3E
Octal 324 271 146 0 15 64 21 55 70 76
Binary 11010100 10111001 1100110 0 1101 110100 10001 101101 111000 111110

Color Harmonies of #D4B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B966

Black with #D4B966

Text Example


Text Example

White with #D4B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B966; }

 p { color: rgb(212,185,102); }

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

background-color css

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

 a { background-color: rgb(212,185,102); }

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

border-color css

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

 span { border-color: rgb(212,185,102); }

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