Html Css Color HEX #D4B862 Tacha

📋 copy color: '#D4B862'

red 212 ◦ green 184 ◦ blue 98

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

Shades of Tacha #D4B862

Tints of Tacha #D4B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

 BLUE value IS 98 (38.67% from 255) = 19.84%

R = 42.91%
G = 37.25%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D4B862 (or 0xD4B862) is known color: Tacha. HEX triplet: D4, B8 and 62. RGB value is (212,184,98). Sum of RGB (Red+Green+Blue) = 212+184+98=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B862 is #2B479D. Grayscale: #B6B6B6. Windows color (decimal): -2836382 or 6469844. OLE color: 6469844.

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

Color convert

RGB 212 184 98 -
CMYK 0 0.13 0.54 0.17
HSL 45.26º 0.57% 0.61% -
HSV(B) 45.26º 0.54% 0.83% -
XYZ 46.5 49.16 18.59 -
YUV 182.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 212 184 98 0 0.13 0.54 0.17 45.26 0.57 0.61
Hex D4 B8 62 0 D 36 11 2D 39 3D
Octal 324 270 142 0 15 66 21 55 71 75
Binary 11010100 10111000 1100010 0 1101 110110 10001 101101 111001 111101

Color Harmonies of #D4B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B862

Black with #D4B862

Text Example


Text Example

White with #D4B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B862; }

 p { color: rgb(212,184,98); }

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

background-color css

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

 a { background-color: rgb(212,184,98); }

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

border-color css

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

 span { border-color: rgb(212,184,98); }

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