Html Css Color HEX #D6B653 Tacha

📋 copy color: '#D6B653'

red 214 ◦ green 182 ◦ blue 83

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

Shades of Tacha #D6B653

Tints of Tacha #D6B653

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

 GREEN value IS 182 (71.48% from 255) = 38%

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 44.68%
G = 38%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6B653 (or 0xD6B653) is known color: Tacha. HEX triplet: D6, B6 and 53. RGB value is (214,182,83). Sum of RGB (Red+Green+Blue) = 214+182+83=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B653 is #2949AC. Grayscale: #B4B4B4. Windows color (decimal): -2705837 or 5486294. OLE color: 5486294.

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

Color convert

RGB 214 182 83 -
CMYK 0 0.15 0.61 0.16
HSL 45.34º 0.62% 0.58% -
HSV(B) 45.34º 0.61% 0.84% -
XYZ 46.02 48.38 15.1 -
YUV 180.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 214 182 83 0 0.15 0.61 0.16 45.34 0.62 0.58
Hex D6 B6 53 0 F 3D 10 2D 3E 3A
Octal 326 266 123 0 17 75 20 55 76 72
Binary 11010110 10110110 1010011 0 1111 111101 10000 101101 111110 111010

Color Harmonies of #D6B653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B653

Black with #D6B653

Text Example


Text Example

White with #D6B653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B653; }

 p { color: rgb(214,182,83); }

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

background-color css

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

 a { background-color: rgb(214,182,83); }

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

border-color css

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

 span { border-color: rgb(214,182,83); }

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